summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* move configure args to CONFIGURE_ARGS and configure variable to ↵Felix Fietkau2007-02-251-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 timesFelix Fietkau2007-02-251-0/+3
| | | | SVN-Revision: 6369
* fix stampfiles for host-buildsFelix Fietkau2007-02-251-0/+1
| | | | SVN-Revision: 6367
* add auto-rebuild for host builds (tested with tools/ and toolchain/)Felix Fietkau2007-02-251-10/+12
| | | | SVN-Revision: 6361
* always dereference symbolic links when copying kernel modules into the ↵Felix Fietkau2007-02-231-1/+1
| | | | | | packaging directory (fixes alsa build, patch from #1392) SVN-Revision: 6350
* fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP timeFelix Fietkau2007-02-231-1/+1
| | | | SVN-Revision: 6346
* make maxinodes configureable for ext2Tim Yardley2007-02-221-1/+1
| | | | SVN-Revision: 6345
* fix a small bug in the order of the profile metadata dumpFelix Fietkau2007-02-221-1/+1
| | | | SVN-Revision: 6340
* last commit was missing a change...Felix Fietkau2007-02-221-1/+1
| | | | SVN-Revision: 6339
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-221-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 toolchainFelix Fietkau2007-02-161-2/+3
| | | | SVN-Revision: 6312
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵Felix Fietkau2007-02-161-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 removedFelix Fietkau2007-02-161-0/+1
| | | | SVN-Revision: 6303
* fix multiport netfilter module installation (patch from #1280)Felix Fietkau2007-02-131-1/+1
| | | | SVN-Revision: 6295
* Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; ↵Felix Fietkau2007-02-041-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 Thill2007-02-011-2/+2
| | | | | | PKG_CONFIGURE_PATH is now used for configure scripts SVN-Revision: 6244
* print package name when prereq failsMike Baker2007-01-311-1/+1
| | | | SVN-Revision: 6236
* fix colors when compiling with some newer versions of bashMike Baker2007-01-301-2/+2
| | | | SVN-Revision: 6231
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-221-0/+3
| | | | SVN-Revision: 6182
* cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDSNicolas Thill2007-01-221-1/+1
| | | | SVN-Revision: 6180
* fix a typo in my netfilter commit - worked for iptables, didn't work for the ↵Felix Fietkau2007-01-221-2/+2
| | | | | | kernel modules SVN-Revision: 6176
* add missing config checks for the netfilter connmark target (fixes #1186)Felix Fietkau2007-01-221-0/+2
| | | | SVN-Revision: 6172
* pass the CFLAGS through the environment on compile and fix a few packagesFelix Fietkau2007-01-211-2/+4
| | | | SVN-Revision: 6154
* make spca5xx depend on video device support in the kernelFelix Fietkau2007-01-211-0/+3
| | | | SVN-Revision: 6153
* allow newlines in prereq error messagesFelix Fietkau2007-01-201-1/+1
| | | | SVN-Revision: 6147
* Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵Felix Fietkau2007-01-201-1/+1
| | | | | | new target profile SVN-Revision: 6142
* add descriptions to the broadcom target profiles and export them to the ↵Felix Fietkau2007-01-201-1/+6
| | | | | | target metadata (not presented in menuconfig yet) SVN-Revision: 6137
* clean up package rebuild messagesFelix Fietkau2007-01-201-7/+2
| | | | SVN-Revision: 6134
* bring in 2.6.19.2 fixes, primarily for the fixed sata support. see ↵Tim Yardley2007-01-181-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 metadataFelix Fietkau2007-01-141-0/+1
| | | | SVN-Revision: 6094
* add maintainer to package metadataFelix Fietkau2007-01-131-0/+1
| | | | SVN-Revision: 6089
* merge the scripts dealing with package/target metadata to remove some ↵Felix Fietkau2007-01-131-1/+1
| | | | | | redundant code SVN-Revision: 6088
* Fix the annoying base-files autorebuild bug. When checking file mtimes in ↵Felix Fietkau2007-01-121-1/+1
| | | | | | 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 filesFelix Fietkau2007-01-111-1/+1
| | | | SVN-Revision: 6083
* Add initial version of the new Image Builder It's still a bit rough in a few ↵Felix Fietkau2007-01-102-3/+25
| | | | | | places, but it seems to work for Broadcom at least - other targets untested. SVN-Revision: 6071
* upgrade to Linux 2.4.34Imre Kaloz2007-01-051-2/+2
| | | | SVN-Revision: 6000
* only squash owners, not permissions, when generating ext2 imagesNicolas Thill2006-12-301-1/+1
| | | | SVN-Revision: 5934
* store the default kernel version for our ports in a single place (target ↵Felix Fietkau2006-12-252-1/+16
| | | | | | makefiles can still override it if necessary) SVN-Revision: 5899
* Also build bzImage for rdc boardsFlorian Fainelli2006-12-231-0/+3
| | | | SVN-Revision: 5895
* replace another instance of a relative path to generic-2.* with an absolute ↵Felix Fietkau2006-12-201-1/+1
| | | | | | one (for symlinked target directories) SVN-Revision: 5885
* some platform support path name cleanupFelix Fietkau2006-12-182-2/+3
| | | | SVN-Revision: 5846
* add a missing dependency - prevented clean rebuild after kernel upgradesFelix Fietkau2006-12-181-1/+1
| | | | SVN-Revision: 5845
* prevent pkg-config from looking for .pc files on the host systemNicolas Thill2006-12-171-1/+1
| | | | SVN-Revision: 5820
* A little endian arm site defaults, in case anyone wants it. ixp4xx kernel ↵Rod Whitby2006-12-171-0/+31
| | | | | | 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 directoryFelix Fietkau2006-12-161-1/+1
| | | | SVN-Revision: 5805
* allow package directories to override the path to configureFelix Fietkau2006-12-081-1/+2
| | | | SVN-Revision: 5722
* minor cleanupFelix Fietkau2006-12-081-9/+7
| | | | SVN-Revision: 5718
* build all packages in a package directory by default if DEVELOPER or SDK is setFelix Fietkau2006-11-301-2/+2
| | | | SVN-Revision: 5684
* trivial changesMike Baker2006-11-281-4/+4
| | | | SVN-Revision: 5668
* more cleanup, build fix on freebsdFelix Fietkau2006-11-281-3/+3
| | | | SVN-Revision: 5666