aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; the...Felix Fietkau2007-02-041-2/+3
* disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONF...Nicolas Thill2007-02-011-2/+2
* print package name when prereq failsMike Baker2007-01-311-1/+1
* fix colors when compiling with some newer versions of bashMike Baker2007-01-301-2/+2
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-221-0/+3
* cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDSNicolas Thill2007-01-221-1/+1
* fix a typo in my netfilter commit - worked for iptables, didn't work for the ...Felix Fietkau2007-01-221-2/+2
* add missing config checks for the netfilter connmark target (fixes #1186)Felix Fietkau2007-01-221-0/+2
* pass the CFLAGS through the environment on compile and fix a few packagesFelix Fietkau2007-01-211-2/+4
* make spca5xx depend on video device support in the kernelFelix Fietkau2007-01-211-0/+3
* allow newlines in prereq error messagesFelix Fietkau2007-01-201-1/+1
* Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a n...Felix Fietkau2007-01-201-1/+1
* add descriptions to the broadcom target profiles and export them to the targe...Felix Fietkau2007-01-201-1/+6
* clean up package rebuild messagesFelix Fietkau2007-01-201-7/+2
* bring in 2.6.19.2 fixes, primarily for the fixed sata support. see http://www...Tim Yardley2007-01-181-2/+2
* include section name in the package metadataFelix Fietkau2007-01-141-0/+1
* add maintainer to package metadataFelix Fietkau2007-01-131-0/+1
* merge the scripts dealing with package/target metadata to remove some redunda...Felix Fietkau2007-01-131-1/+1
* Fix the annoying base-files autorebuild bug. When checking file mtimes in dir...Felix Fietkau2007-01-121-1/+1
* fix unpacking of .zip filesFelix Fietkau2007-01-111-1/+1
* Add initial version of the new Image Builder It's still a bit rough in a few ...Felix Fietkau2007-01-102-3/+25
* upgrade to Linux 2.4.34Imre Kaloz2007-01-051-2/+2
* only squash owners, not permissions, when generating ext2 imagesNicolas Thill2006-12-301-1/+1
* store the default kernel version for our ports in a single place (target make...Felix Fietkau2006-12-252-1/+16
* Also build bzImage for rdc boardsFlorian Fainelli2006-12-231-0/+3
* replace another instance of a relative path to generic-2.* with an absolute o...Felix Fietkau2006-12-201-1/+1
* some platform support path name cleanupFelix Fietkau2006-12-182-2/+3
* add a missing dependency - prevented clean rebuild after kernel upgradesFelix Fietkau2006-12-181-1/+1
* prevent pkg-config from looking for .pc files on the host systemNicolas Thill2006-12-171-1/+1
* A little endian arm site defaults, in case anyone wants it. ixp4xx kernel and...Rod Whitby2006-12-171-0/+31
* fix path to generic init file when using a symlinked target support directoryFelix Fietkau2006-12-161-1/+1
* allow package directories to override the path to configureFelix Fietkau2006-12-081-1/+2
* minor cleanupFelix Fietkau2006-12-081-9/+7
* build all packages in a package directory by default if DEVELOPER or SDK is setFelix Fietkau2006-11-301-2/+2
* trivial changesMike Baker2006-11-281-4/+4
* more cleanup, build fix on freebsdFelix Fietkau2006-11-281-3/+3
* another bsd bugfixFelix Fietkau2006-11-271-3/+5
* trap chmod errors in tar unpack on bsd - modes like 02755 failFelix Fietkau2006-11-272-1/+19
* fix collecting package metadata on freebsdFelix Fietkau2006-11-271-14/+20
* minor cleanup and freebsd compile fixFelix Fietkau2006-11-271-3/+7
* fix pesky kmod-* ipkg install bugFelix Fietkau2006-11-252-3/+3
* add a prereq check for autoconfFelix Fietkau2006-11-241-0/+6
* move platform specific base-files into target/linux/<targetname>Felix Fietkau2006-11-221-0/+1
* remove python prereq check - no longer necessaryFelix Fietkau2006-11-201-4/+0
* autodetect atm, pci, usb, pcmcia features from kernel config fileFelix Fietkau2006-11-191-0/+17
* reorganize nat helper packages, move ftp and irc nat to a package that is ena...Felix Fietkau2006-11-191-1/+7
* add prereq checks for target/linux/* and target/image/*, check for fdisk for ...Felix Fietkau2006-11-182-0/+3
* import Package/Default in KernelPackage to avoid reusing variables from the w...Felix Fietkau2006-11-181-0/+1
* only enable in-tree kmod-* packages by defaultFelix Fietkau2006-11-181-1/+1
* implement target profiles in menuconfigFelix Fietkau2006-11-121-21/+42