summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
* another bsd bugfixFelix Fietkau2006-11-271-3/+5
| | | | SVN-Revision: 5657
* trap chmod errors in tar unpack on bsd - modes like 02755 failFelix Fietkau2006-11-272-1/+19
| | | | SVN-Revision: 5656
* fix collecting package metadata on freebsdFelix Fietkau2006-11-271-14/+20
| | | | SVN-Revision: 5655
* minor cleanup and freebsd compile fixFelix Fietkau2006-11-271-3/+7
| | | | SVN-Revision: 5654
* fix pesky kmod-* ipkg install bugFelix Fietkau2006-11-252-3/+3
| | | | SVN-Revision: 5639
* add a prereq check for autoconfFelix Fietkau2006-11-241-0/+6
| | | | SVN-Revision: 5633
* move platform specific base-files into target/linux/<targetname>Felix Fietkau2006-11-221-0/+1
| | | | SVN-Revision: 5621
* remove python prereq check - no longer necessaryFelix Fietkau2006-11-201-4/+0
| | | | SVN-Revision: 5590
* autodetect atm, pci, usb, pcmcia features from kernel config fileFelix Fietkau2006-11-191-0/+17
| | | | SVN-Revision: 5586
* reorganize nat helper packages, move ftp and irc nat to a package that is ↵Felix Fietkau2006-11-191-1/+7
| | | | | | enabled by default, for security reasons - see #917 for more information SVN-Revision: 5581
* add prereq checks for target/linux/* and target/image/*, check for fdisk for ↵Felix Fietkau2006-11-182-0/+3
| | | | | | the x86 builds SVN-Revision: 5569
* import Package/Default in KernelPackage to avoid reusing variables from the ↵Felix Fietkau2006-11-181-0/+1
| | | | | | wrong packages (fixes #970) SVN-Revision: 5565
* only enable in-tree kmod-* packages by defaultFelix Fietkau2006-11-181-1/+1
| | | | SVN-Revision: 5560
* implement target profiles in menuconfigFelix Fietkau2006-11-121-21/+42
| | | | SVN-Revision: 5512
* fix another build errorFelix Fietkau2006-11-122-3/+3
| | | | SVN-Revision: 5508
* another optimizationFelix Fietkau2006-11-121-1/+1
| | | | SVN-Revision: 5507
* speed up the build system a little bitFelix Fietkau2006-11-121-0/+1
| | | | SVN-Revision: 5506
* add missing includeFelix Fietkau2006-11-121-0/+2
| | | | SVN-Revision: 5499