Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split package.mk and clean up build system code (based on patch by mbm), ↵ | Felix Fietkau | 2007-03-15 | 4 | -312/+291 |
| | | | | | | makes the code more readable and speeds up metadata scan SVN-Revision: 6571 | ||||
* | fix metadata scan for profile split | Felix Fietkau | 2007-03-04 | 1 | -1/+9 |
| | | | | SVN-Revision: 6515 | ||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 1 | -0/+3 |
| | | | | SVN-Revision: 6512 | ||||
* | add a crlf workaround similar to the one from freewrt | Felix Fietkau | 2007-03-04 | 1 | -0/+3 |
| | | | | SVN-Revision: 6507 | ||||
* | final fix for the profile selection | Felix Fietkau | 2007-03-02 | 1 | -3/+5 |
| | | | | SVN-Revision: 6474 | ||||
* | set the PROFILE variable in target.mk appropriately | Felix Fietkau | 2007-03-02 | 1 | -0/+6 |
| | | | | SVN-Revision: 6470 | ||||
* | revert bogus target.mk change from [6465] | Felix Fietkau | 2007-03-02 | 1 | -15/+0 |
| | | | | SVN-Revision: 6469 | ||||
* | fix an error in the kernel image related commit | Felix Fietkau | 2007-03-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 6467 | ||||
* | commit profile support for base-files... patches still need to be done | Tim Yardley | 2007-03-02 | 1 | -0/+15 |
| | | | | SVN-Revision: 6465 | ||||
* | kernel build cleanup | Felix Fietkau | 2007-03-02 | 2 | -2/+5 |
| | | | | SVN-Revision: 6464 | ||||
* | add EXTRA_CFLAGS variable support | Felix Fietkau | 2007-03-02 | 1 | -5/+5 |
| | | | | SVN-Revision: 6459 | ||||
* | make squashfs overlay support more generic and integrate it for x86-2.6 | Felix Fietkau | 2007-03-02 | 1 | -2/+16 |
| | | | | SVN-Revision: 6450 | ||||
* | fix kexec-tools build | Felix Fietkau | 2007-02-28 | 1 | -2/+4 |
| | | | | SVN-Revision: 6428 | ||||
* | Add ipt_CLASSIFY target for 2.4 kernels (#1338) | Florian Fainelli | 2007-02-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 6424 | ||||
* | Massive speedup in the package/target scanning step - per package metadata ↵ | Felix Fietkau | 2007-02-27 | 1 | -0/+43 |
| | | | | | | files are now cached. - timestamp.pl calls have been replaced with make file dependencies - an extra stamp file ensures that directory listing changes force a rebuild SVN-Revision: 6404 | ||||
* | add x86_64 sitefile | Felix Fietkau | 2007-02-26 | 1 | -0/+31 |
| | | | | SVN-Revision: 6382 | ||||
* | remove old variables | Felix Fietkau | 2007-02-26 | 1 | -2/+2 |
| | | | | SVN-Revision: 6379 | ||||
* | move CXXFLAGS to MAKE_VARS | Felix Fietkau | 2007-02-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 6378 | ||||
* | add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_* | Felix Fietkau | 2007-02-26 | 1 | -6/+12 |
| | | | | SVN-Revision: 6377 | ||||
* | rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistency | Felix Fietkau | 2007-02-25 | 1 | -2/+3 |
| | | | | SVN-Revision: 6376 | ||||
* | move configure args to CONFIGURE_ARGS and configure variable to ↵ | Felix Fietkau | 2007-02-25 | 1 | -13/+19 |
| | | | | | | CONFIGURE_VARS to make it possible to modify the configure command line without overriding the default template SVN-Revision: 6370 | ||||
* | fix for including host.mk multiple times | Felix Fietkau | 2007-02-25 | 1 | -0/+3 |
| | | | | SVN-Revision: 6369 | ||||
* | fix stampfiles for host-builds | Felix Fietkau | 2007-02-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 6367 | ||||
* | add auto-rebuild for host builds (tested with tools/ and toolchain/) | Felix Fietkau | 2007-02-25 | 1 | -10/+12 |
| | | | | SVN-Revision: 6361 | ||||
* | always dereference symbolic links when copying kernel modules into the ↵ | Felix Fietkau | 2007-02-23 | 1 | -1/+1 |
| | | | | | | packaging directory (fixes alsa build, patch from #1392) SVN-Revision: 6350 | ||||
* | fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP time | Felix Fietkau | 2007-02-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 6346 | ||||
* | make maxinodes configureable for ext2 | Tim Yardley | 2007-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 6345 | ||||
* | fix a small bug in the order of the profile metadata dump | Felix Fietkau | 2007-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 6340 | ||||
* | last commit was missing a change... | Felix Fietkau | 2007-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 6339 | ||||
* | Reorganize kernel configs - target/linux/*/config is now a directory. ↵ | Felix Fietkau | 2007-02-22 | 1 | -12/+22 |
| | | | | | | ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. SVN-Revision: 6337 | ||||
* | make kernel_menuconfig work without target toolchain | Felix Fietkau | 2007-02-16 | 1 | -2/+3 |
| | | | | SVN-Revision: 6312 | ||||
* | add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵ | Felix Fietkau | 2007-02-16 | 1 | -0/+7 |
| | | | | | | - uses config.pl to generate target/linux/*/config and config-diff SVN-Revision: 6310 | ||||
* | when building a package, make sure that older versions get removed | Felix Fietkau | 2007-02-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 6303 | ||||
* | fix multiport netfilter module installation (patch from #1280) | Felix Fietkau | 2007-02-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 6295 | ||||
* | Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; ↵ | Felix Fietkau | 2007-02-04 | 1 | -2/+3 |
| | | | | | | then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare. SVN-Revision: 6263 | ||||
* | disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while ↵ | Nicolas Thill | 2007-02-01 | 1 | -2/+2 |
| | | | | | | PKG_CONFIGURE_PATH is now used for configure scripts SVN-Revision: 6244 | ||||
* | print package name when prereq fails | Mike Baker | 2007-01-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 6236 | ||||
* | fix colors when compiling with some newer versions of bash | Mike Baker | 2007-01-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 6231 | ||||
* | Add chaostable from #1187, also enable netfilter modules for ixp4xx. | Florian Fainelli | 2007-01-22 | 1 | -0/+3 |
| | | | | SVN-Revision: 6182 | ||||
* | cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS | Nicolas Thill | 2007-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 6180 | ||||
* | fix a typo in my netfilter commit - worked for iptables, didn't work for the ↵ | Felix Fietkau | 2007-01-22 | 1 | -2/+2 |
| | | | | | | kernel modules SVN-Revision: 6176 | ||||
* | add missing config checks for the netfilter connmark target (fixes #1186) | Felix Fietkau | 2007-01-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 6172 | ||||
* | pass the CFLAGS through the environment on compile and fix a few packages | Felix Fietkau | 2007-01-21 | 1 | -2/+4 |
| | | | | SVN-Revision: 6154 | ||||
* | make spca5xx depend on video device support in the kernel | Felix Fietkau | 2007-01-21 | 1 | -0/+3 |
| | | | | SVN-Revision: 6153 | ||||
* | allow newlines in prereq error messages | Felix Fietkau | 2007-01-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 6147 | ||||
* | Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵ | Felix Fietkau | 2007-01-20 | 1 | -1/+1 |
| | | | | | | new target profile SVN-Revision: 6142 | ||||
* | add descriptions to the broadcom target profiles and export them to the ↵ | Felix Fietkau | 2007-01-20 | 1 | -1/+6 |
| | | | | | | target metadata (not presented in menuconfig yet) SVN-Revision: 6137 | ||||
* | clean up package rebuild messages | Felix Fietkau | 2007-01-20 | 1 | -7/+2 |
| | | | | SVN-Revision: 6134 | ||||
* | bring in 2.6.19.2 fixes, primarily for the fixed sata support. see ↵ | Tim Yardley | 2007-01-18 | 1 | -2/+2 |
| | | | | | | http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.19.2 for full details of the changes SVN-Revision: 6128 | ||||
* | include section name in the package metadata | Felix Fietkau | 2007-01-14 | 1 | -0/+1 |
| | | | | SVN-Revision: 6094 |