Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | allow targets for override generic config (GENERIC_LINUX_CONFIG:=/dev/null) ↵ | Nicolas Thill | 2007-09-16 |
| | | | | | | for testing purposes SVN-Revision: 8796 | ||
* | quote LINUX_VERSION to avoid shell errors at DUMP time | Nicolas Thill | 2007-09-16 |
| | | | | SVN-Revision: 8795 | ||
* | prevent include/netfilter.mk from being included multiple times | Nicolas Thill | 2007-09-15 |
| | | | | SVN-Revision: 8781 | ||
* | properly clean up after kernel_{old,menu}config | Felix Fietkau | 2007-09-11 |
| | | | | SVN-Revision: 8737 | ||
* | fix custom series files in kernel patch directories | Felix Fietkau | 2007-09-10 |
| | | | | SVN-Revision: 8736 | ||
* | fix kernel build with quilt | Felix Fietkau | 2007-09-10 |
| | | | | SVN-Revision: 8727 | ||
* | fix kernel_menuconfig | Felix Fietkau | 2007-09-10 |
| | | | | SVN-Revision: 8726 | ||
* | Package the statistics module for netfilter | Florian Fainelli | 2007-09-09 |
| | | | | SVN-Revision: 8716 | ||
* | fix kmod-crypto, emit warning messages for kmod packages that cannot be ↵ | Felix Fietkau | 2007-09-08 |
| | | | | | | built due to missing kernel config options SVN-Revision: 8697 | ||
* | add support for device type based package preselections | Felix Fietkau | 2007-09-08 |
| | | | | SVN-Revision: 8696 | ||
* | adapt profiles for subtarget changes | Felix Fietkau | 2007-09-08 |
| | | | | SVN-Revision: 8695 | ||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | ||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 |
| | | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 | ||
* | allow scan.mk to find python packages introduced in [8639] | Nicolas Thill | 2007-09-06 |
| | | | | SVN-Revision: 8641 | ||
* | remove uneeded stuff after python changes in [8639] | Nicolas Thill | 2007-09-06 |
| | | | | SVN-Revision: 8640 | ||
* | fix typo (thanks to jonasg[1] on irc) | Nicolas Thill | 2007-09-05 |
| | | | | SVN-Revision: 8618 | ||
* | move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove ↵ | Nicolas Thill | 2007-09-03 |
| | | | | | | EXTRA_* flags but still use them in configure and make SVN-Revision: 8592 | ||
* | require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵ | Nicolas Thill | 2007-09-03 |
| | | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591 | ||
* | tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ↵ | Nicolas Thill | 2007-09-03 |
| | | | | | | default *FLAGS, indent SVN-Revision: 8590 | ||
* | provide default PKG_BUILD_DIR for packages missing a PKG_VERSION | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8583 | ||
* | move ipkg related vars from ./rules.mk to ./include/package-ipkg.mk | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8581 | ||
* | use a default VERSION field for kmod packages | Nicolas Thill | 2007-09-02 |
| | | | | SVN-Revision: 8575 | ||
* | fix .dep_files exclusion in rdep calls | Nicolas Thill | 2007-09-01 |
| | | | | SVN-Revision: 8567 | ||
* | fix a dependency bug | Felix Fietkau | 2007-08-30 |
| | | | | SVN-Revision: 8561 | ||
* | clean up recursive dependency handling, use timestamp.pl again, because it ↵ | Felix Fietkau | 2007-08-30 |
| | | | | | | saves memory and execution time SVN-Revision: 8558 | ||
* | allow the kernel to provide own series files for specific subdirs | Felix Fietkau | 2007-08-30 |
| | | | | SVN-Revision: 8557 | ||
* | avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵ | Felix Fietkau | 2007-08-29 |
| | | | | | | memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here SVN-Revision: 8533 | ||
* | Add a PyMod template for python related modules | Florian Fainelli | 2007-08-28 |
| | | | | SVN-Revision: 8522 | ||
* | revert [8473] (see [8055]) | Nicolas Thill | 2007-08-27 |
| | | | | SVN-Revision: 8499 | ||
* | prevent ldconfig use in autoconf based packages | Nicolas Thill | 2007-08-26 |
| | | | | SVN-Revision: 8496 | ||
* | add a '@KERNEL' download facility, tweak script | Nicolas Thill | 2007-08-26 |
| | | | | SVN-Revision: 8495 | ||
* | include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER ↵ | Nicolas Thill | 2007-08-26 |
| | | | | | | is always available SVN-Revision: 8494 | ||
* | move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's ↵ | Nicolas Thill | 2007-08-26 |
| | | | | | | defined only once SVN-Revision: 8491 | ||
* | move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is ↵ | Nicolas Thill | 2007-08-25 |
| | | | | | | defined when dumping target infos SVN-Revision: 8485 | ||
* | add support for KernelPackage/*/description | Nicolas Thill | 2007-08-25 |
| | | | | SVN-Revision: 8484 | ||
* | move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk | Nicolas Thill | 2007-08-25 |
| | | | | SVN-Revision: 8481 | ||
* | fix netfilter quota module | Nicolas Thill | 2007-08-24 |
| | | | | SVN-Revision: 8479 | ||
* | replace xargs commands with $(XARGS) | Nicolas Thill | 2007-08-24 |
| | | | | SVN-Revision: 8478 | ||
* | combine the 3 find in a single one | Nicolas Thill | 2007-08-24 |
| | | | | SVN-Revision: 8477 | ||
* | Fix the error on the quota extension (#2080) | Florian Fainelli | 2007-08-23 |
| | | | | SVN-Revision: 8472 | ||
* | Add back physdev (#2216) | Florian Fainelli | 2007-08-23 |
| | | | | SVN-Revision: 8466 | ||
* | rename libtool macros, revert [8461], make install prefix configurable in ↵ | Nicolas Thill | 2007-08-22 |
| | | | | | | libtool_fixup_libdir SVN-Revision: 8462 | ||
* | Make the libtool fix more dynamic | Florian Fainelli | 2007-08-22 |
| | | | | SVN-Revision: 8461 | ||
* | add 2 helper macros to deal with libtool madness | Nicolas Thill | 2007-08-21 |
| | | | | SVN-Revision: 8457 | ||
* | rename 'stampfiles' directory to 'stamp' | Nicolas Thill | 2007-08-21 |
| | | | | SVN-Revision: 8455 | ||
* | Move to 2.6.22.4 | Florian Fainelli | 2007-08-21 |
| | | | | SVN-Revision: 8451 | ||
* | revert [8415], seems to be causing problems for the kernel build | Felix Fietkau | 2007-08-16 |
| | | | | SVN-Revision: 8418 | ||
* | always include kernel config for kernel packages | Felix Fietkau | 2007-08-15 |
| | | | | SVN-Revision: 8415 | ||
* | Add a requireheader for squid, should fix it (#2205) | Florian Fainelli | 2007-08-12 |
| | | | | SVN-Revision: 8404 | ||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 |