Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix stampfiles for host-builds | Felix Fietkau | 2007-02-25 | |
| | | | | SVN-Revision: 6367 | |||
* | add auto-rebuild for host builds (tested with tools/ and toolchain/) | Felix Fietkau | 2007-02-25 | |
| | | | | SVN-Revision: 6361 | |||
* | always dereference symbolic links when copying kernel modules into the ↵ | Felix Fietkau | 2007-02-23 | |
| | | | | | | 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 | |
| | | | | SVN-Revision: 6346 | |||
* | make maxinodes configureable for ext2 | Tim Yardley | 2007-02-22 | |
| | | | | SVN-Revision: 6345 | |||
* | fix a small bug in the order of the profile metadata dump | Felix Fietkau | 2007-02-22 | |
| | | | | SVN-Revision: 6340 | |||
* | last commit was missing a change... | Felix Fietkau | 2007-02-22 | |
| | | | | SVN-Revision: 6339 | |||
* | Reorganize kernel configs - target/linux/*/config is now a directory. ↵ | Felix Fietkau | 2007-02-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 | |
| | | | | SVN-Revision: 6312 | |||
* | add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵ | Felix Fietkau | 2007-02-16 | |
| | | | | | | - 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 | |
| | | | | SVN-Revision: 6303 | |||
* | fix multiport netfilter module installation (patch from #1280) | Felix Fietkau | 2007-02-13 | |
| | | | | SVN-Revision: 6295 | |||
* | Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; ↵ | Felix Fietkau | 2007-02-04 | |
| | | | | | | 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 | |
| | | | | | | PKG_CONFIGURE_PATH is now used for configure scripts SVN-Revision: 6244 | |||
* | print package name when prereq fails | Mike Baker | 2007-01-31 | |
| | | | | SVN-Revision: 6236 | |||
* | fix colors when compiling with some newer versions of bash | Mike Baker | 2007-01-30 | |
| | | | | SVN-Revision: 6231 | |||
* | Add chaostable from #1187, also enable netfilter modules for ixp4xx. | Florian Fainelli | 2007-01-22 | |
| | | | | SVN-Revision: 6182 | |||
* | cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS | Nicolas Thill | 2007-01-22 | |
| | | | | SVN-Revision: 6180 | |||
* | fix a typo in my netfilter commit - worked for iptables, didn't work for the ↵ | Felix Fietkau | 2007-01-22 | |
| | | | | | | kernel modules SVN-Revision: 6176 | |||
* | add missing config checks for the netfilter connmark target (fixes #1186) | Felix Fietkau | 2007-01-22 | |
| | | | | SVN-Revision: 6172 | |||
* | pass the CFLAGS through the environment on compile and fix a few packages | Felix Fietkau | 2007-01-21 | |
| | | | | SVN-Revision: 6154 | |||
* | make spca5xx depend on video device support in the kernel | Felix Fietkau | 2007-01-21 | |
| | | | | SVN-Revision: 6153 | |||
* | allow newlines in prereq error messages | Felix Fietkau | 2007-01-20 | |
| | | | | SVN-Revision: 6147 | |||
* | Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵ | Felix Fietkau | 2007-01-20 | |
| | | | | | | new target profile SVN-Revision: 6142 | |||
* | add descriptions to the broadcom target profiles and export them to the ↵ | Felix Fietkau | 2007-01-20 | |
| | | | | | | target metadata (not presented in menuconfig yet) SVN-Revision: 6137 | |||
* | clean up package rebuild messages | Felix Fietkau | 2007-01-20 | |
| | | | | SVN-Revision: 6134 | |||
* | bring in 2.6.19.2 fixes, primarily for the fixed sata support. see ↵ | Tim Yardley | 2007-01-18 | |
| | | | | | | 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 | |
| | | | | SVN-Revision: 6094 | |||
* | add maintainer to package metadata | Felix Fietkau | 2007-01-13 | |
| | | | | SVN-Revision: 6089 | |||
* | merge the scripts dealing with package/target metadata to remove some ↵ | Felix Fietkau | 2007-01-13 | |
| | | | | | | redundant code SVN-Revision: 6088 | |||
* | Fix the annoying base-files autorebuild bug. When checking file mtimes in ↵ | Felix Fietkau | 2007-01-12 | |
| | | | | | | directories, timestamp.pl was following symlinks. This broke on base-files, because there are symlinks to /tmp and to /proc/mounts in the build directory. SVN-Revision: 6084 | |||
* | fix unpacking of .zip files | Felix Fietkau | 2007-01-11 | |
| | | | | SVN-Revision: 6083 | |||
* | Add initial version of the new Image Builder It's still a bit rough in a few ↵ | Felix Fietkau | 2007-01-10 | |
| | | | | | | places, but it seems to work for Broadcom at least - other targets untested. SVN-Revision: 6071 | |||
* | upgrade to Linux 2.4.34 | Imre Kaloz | 2007-01-05 | |
| | | | | SVN-Revision: 6000 | |||
* | only squash owners, not permissions, when generating ext2 images | Nicolas Thill | 2006-12-30 | |
| | | | | SVN-Revision: 5934 | |||
* | store the default kernel version for our ports in a single place (target ↵ | Felix Fietkau | 2006-12-25 | |
| | | | | | | makefiles can still override it if necessary) SVN-Revision: 5899 | |||
* | Also build bzImage for rdc boards | Florian Fainelli | 2006-12-23 | |
| | | | | SVN-Revision: 5895 | |||
* | replace another instance of a relative path to generic-2.* with an absolute ↵ | Felix Fietkau | 2006-12-20 | |
| | | | | | | one (for symlinked target directories) SVN-Revision: 5885 | |||
* | some platform support path name cleanup | Felix Fietkau | 2006-12-18 | |
| | | | | SVN-Revision: 5846 | |||
* | add a missing dependency - prevented clean rebuild after kernel upgrades | Felix Fietkau | 2006-12-18 | |
| | | | | SVN-Revision: 5845 | |||
* | prevent pkg-config from looking for .pc files on the host system | Nicolas Thill | 2006-12-17 | |
| | | | | SVN-Revision: 5820 | |||
* | A little endian arm site defaults, in case anyone wants it. ixp4xx kernel ↵ | Rod Whitby | 2006-12-17 | |
| | | | | | | and rootfs at least builds with it, but is untested. SVN-Revision: 5815 | |||
* | fix path to generic init file when using a symlinked target support directory | Felix Fietkau | 2006-12-16 | |
| | | | | SVN-Revision: 5805 | |||
* | allow package directories to override the path to configure | Felix Fietkau | 2006-12-08 | |
| | | | | SVN-Revision: 5722 | |||
* | minor cleanup | Felix Fietkau | 2006-12-08 | |
| | | | | SVN-Revision: 5718 | |||
* | build all packages in a package directory by default if DEVELOPER or SDK is set | Felix Fietkau | 2006-11-30 | |
| | | | | SVN-Revision: 5684 | |||
* | trivial changes | Mike Baker | 2006-11-28 | |
| | | | | SVN-Revision: 5668 | |||
* | more cleanup, build fix on freebsd | Felix Fietkau | 2006-11-28 | |
| | | | | SVN-Revision: 5666 | |||
* | another bsd bugfix | Felix Fietkau | 2006-11-27 | |
| | | | | SVN-Revision: 5657 | |||
* | trap chmod errors in tar unpack on bsd - modes like 02755 fail | Felix Fietkau | 2006-11-27 | |
| | | | | SVN-Revision: 5656 |