Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow the kernel to provide own series files for specific subdirs | Felix Fietkau | 2007-08-30 | 1 | -0/+20 |
| | | | | SVN-Revision: 8557 | ||||
* | avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵ | Felix Fietkau | 2007-08-29 | 1 | -7/+3 |
| | | | | | | 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 | 1 | -0/+9 |
| | | | | SVN-Revision: 8522 | ||||
* | revert [8473] (see [8055]) | Nicolas Thill | 2007-08-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 8499 | ||||
* | prevent ldconfig use in autoconf based packages | Nicolas Thill | 2007-08-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 8496 | ||||
* | add a '@KERNEL' download facility, tweak script | Nicolas Thill | 2007-08-26 | 1 | -4/+1 |
| | | | | SVN-Revision: 8495 | ||||
* | include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER ↵ | Nicolas Thill | 2007-08-26 | 2 | -1/+2 |
| | | | | | | 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 | 1 | -5/+6 |
| | | | | | | 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 | 2 | -1/+1 |
| | | | | | | defined when dumping target infos SVN-Revision: 8485 | ||||
* | add support for KernelPackage/*/description | Nicolas Thill | 2007-08-25 | 1 | -0/+6 |
| | | | | SVN-Revision: 8484 | ||||
* | move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk | Nicolas Thill | 2007-08-25 | 1 | -1/+6 |
| | | | | SVN-Revision: 8481 | ||||
* | fix netfilter quota module | Nicolas Thill | 2007-08-24 | 1 | -1/+2 |
| | | | | SVN-Revision: 8479 | ||||
* | replace xargs commands with $(XARGS) | Nicolas Thill | 2007-08-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 8478 | ||||
* | combine the 3 find in a single one | Nicolas Thill | 2007-08-24 | 1 | -3/+1 |
| | | | | SVN-Revision: 8477 | ||||
* | Fix the error on the quota extension (#2080) | Florian Fainelli | 2007-08-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 8472 | ||||
* | Add back physdev (#2216) | Florian Fainelli | 2007-08-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 8466 | ||||
* | rename libtool macros, revert [8461], make install prefix configurable in ↵ | Nicolas Thill | 2007-08-22 | 1 | -3/+3 |
| | | | | | | libtool_fixup_libdir SVN-Revision: 8462 | ||||
* | Make the libtool fix more dynamic | Florian Fainelli | 2007-08-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 8461 | ||||
* | add 2 helper macros to deal with libtool madness | Nicolas Thill | 2007-08-21 | 1 | -0/+12 |
| | | | | SVN-Revision: 8457 | ||||
* | rename 'stampfiles' directory to 'stamp' | Nicolas Thill | 2007-08-21 | 2 | -5/+5 |
| | | | | SVN-Revision: 8455 | ||||
* | Move to 2.6.22.4 | Florian Fainelli | 2007-08-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 8451 | ||||
* | revert [8415], seems to be causing problems for the kernel build | Felix Fietkau | 2007-08-16 | 1 | -3/+0 |
| | | | | SVN-Revision: 8418 | ||||
* | always include kernel config for kernel packages | Felix Fietkau | 2007-08-15 | 1 | -0/+3 |
| | | | | SVN-Revision: 8415 | ||||
* | Add a requireheader for squid, should fix it (#2205) | Florian Fainelli | 2007-08-12 | 1 | -0/+8 |
| | | | | SVN-Revision: 8404 | ||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 8 | -37/+43 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||||
* | fix image installation | Felix Fietkau | 2007-08-03 | 2 | -4/+7 |
| | | | | SVN-Revision: 8324 | ||||
* | fix kmod packages that don't use KCONFIG | Felix Fietkau | 2007-08-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 8323 | ||||
* | fix kmod packaging for packages where some KCONFIG symbols are set to y | Felix Fietkau | 2007-08-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 8316 | ||||
* | Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵ | Felix Fietkau | 2007-07-31 | 1 | -0/+2 |
| | | | | | | emit warnings in packages that don't use our target cflags properly SVN-Revision: 8256 | ||||
* | fix a rebuild bug related to quilt | Felix Fietkau | 2007-07-30 | 3 | -7/+8 |
| | | | | SVN-Revision: 8255 | ||||
* | silence | Felix Fietkau | 2007-07-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 8252 | ||||
* | same for host builds | Felix Fietkau | 2007-07-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 8246 | ||||
* | speed up the prepare step a bit | Felix Fietkau | 2007-07-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 8245 | ||||
* | ignore dependencies when using QUILT | Felix Fietkau | 2007-07-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 8244 | ||||
* | next round of cleanup, convert target/ - make -j works now ;) | Felix Fietkau | 2007-07-30 | 7 | -15/+29 |
| | | | | SVN-Revision: 8242 | ||||
* | more cleanup | Felix Fietkau | 2007-07-30 | 2 | -2/+7 |
| | | | | SVN-Revision: 8238 | ||||
* | remove CONFIG_JLEVEL. use make -j in the future | Felix Fietkau | 2007-07-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 8237 | ||||
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 | 6 | -66/+77 |
| | | | | SVN-Revision: 8236 | ||||
* | fix compile errors with make 3.80 | Felix Fietkau | 2007-07-30 | 1 | -3/+6 |
| | | | | SVN-Revision: 8230 | ||||
* | fix verbose output with dash as /bin/sh | Felix Fietkau | 2007-07-30 | 2 | -1/+2 |
| | | | | SVN-Revision: 8227 | ||||
* | add default command for dummy targets | Felix Fietkau | 2007-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 8209 | ||||
* | build system fixes, more cleanup | Felix Fietkau | 2007-07-28 | 1 | -11/+13 |
| | | | | SVN-Revision: 8207 | ||||
* | more build system cleanup | Felix Fietkau | 2007-07-28 | 4 | -10/+147 |
| | | | | SVN-Revision: 8206 | ||||
* | allow target specific builddir list override | Felix Fietkau | 2007-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 8204 | ||||
* | add missing flag | Felix Fietkau | 2007-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 8203 | ||||
* | don't force the install->compile, compile->prepare dependencies in subdir.mk | Felix Fietkau | 2007-07-28 | 1 | -3/+1 |
| | | | | SVN-Revision: 8202 | ||||
* | initial attempt at cleaning up subdirectory handling. tools/Makefile is now ↵ | Felix Fietkau | 2007-07-28 | 1 | -0/+63 |
| | | | | | | being included instead of recursively called SVN-Revision: 8201 | ||||
* | ignore filenames that can cause problems for the recursive dependency handling | Felix Fietkau | 2007-07-26 | 1 | -2/+2 |
| | | | | SVN-Revision: 8171 | ||||
* | remove the @ and change the comment from [8107] (closes: #2122) | Nicolas Thill | 2007-07-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 8166 | ||||
* | do dynamic kernel config changes for netfilter as well | Felix Fietkau | 2007-07-23 | 1 | -111/+108 |
| | | | | SVN-Revision: 8119 |