summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* build system: introduce a new feature called build variants. it allows ↵Felix Fietkau2009-11-103-2/+6
| | | | | | building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package SVN-Revision: 18357
* fix one more instance of r18295Felix Fietkau2009-11-041-1/+1
| | | | SVN-Revision: 18301
* fix platform specific overrides for kernel modules, fixes lp on brcm-2.4Felix Fietkau2009-11-041-1/+1
| | | | SVN-Revision: 18295
* unbreak brcm-2.4Felix Fietkau2009-11-031-1/+1
| | | | SVN-Revision: 18287
* use the new option for creating squashfs4-lzma imagesImre Kaloz2009-11-021-1/+1
| | | | SVN-Revision: 18269
* binutils: fix path to cloog and pplFelix Fietkau2009-11-021-0/+1
| | | | SVN-Revision: 18265
* use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel GimpelevichAndy Boyett2009-10-301-0/+1
| | | | SVN-Revision: 18232
* remove support for 2.6.27, no target is using it anymoreFlorian Fainelli2009-10-291-3/+0
| | | | SVN-Revision: 18201
* swap logic on squashfs version selectionImre Kaloz2009-10-261-5/+5
| | | | SVN-Revision: 18163
* update to 2.6.31.5Florian Fainelli2009-10-231-2/+2
| | | | SVN-Revision: 18127
* update to 2.6.30.9Florian Fainelli2009-10-231-2/+2
| | | | SVN-Revision: 18126
* update to 2.6.27.35Florian Fainelli2009-10-231-2/+2
| | | | SVN-Revision: 18125
* add experimental support for a new menuconfig submenu "Package features". ↵Felix Fietkau2009-10-172-3/+29
| | | | | | allows selection between multiple packages providing the same feature, which affects dependencies of other packages. will be used e.g. for choosing between DirectFB and X.org for libraries like GTK2 SVN-Revision: 18056
* netfilter: remove IPset leftovers missed from [17844]Nicolas Thill2009-10-111-21/+0
| | | | SVN-Revision: 18032
* adjust pointer size from 4 to 8 bytes in x86_64 site configNicolas Thill2009-10-041-1/+1
| | | | SVN-Revision: 17845
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-011-2/+2
| | | | SVN-Revision: 17804
* Update ipset to version 3.2Hauke Mehrtens2009-09-271-0/+3
| | | | SVN-Revision: 17764
* Update to kernel 2.6.31.1Hauke Mehrtens2009-09-261-2/+2
| | | | SVN-Revision: 17737
* host build: do not hide the configure commandFelix Fietkau2009-09-251-1/+1
| | | | SVN-Revision: 17716
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-4/+4
| | | | SVN-Revision: 17602
* build prereq: look for tar under the name "gnutar" as wellFelix Fietkau2009-09-141-0/+1
| | | | SVN-Revision: 17575
* update to 2.6.27.33Florian Fainelli2009-09-111-2/+2
| | | | SVN-Revision: 17569
* kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patchesGabor Juhos2009-09-101-0/+3
| | | | SVN-Revision: 17558
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-091-2/+2
| | | | SVN-Revision: 17549
* update to 2.6.27.32Florian Fainelli2009-09-091-2/+2
| | | | SVN-Revision: 17548
* add menuconfig option for enabling debugfs support in the kernelGabor Juhos2009-09-081-0/+1
| | | | SVN-Revision: 17540
* now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the ↵Felix Fietkau2009-09-061-2/+2
| | | | | | board name around in kmod-* package versions anymore SVN-Revision: 17528
* do not fail on empty packagesFelix Fietkau2009-09-031-1/+1
| | | | SVN-Revision: 17504
* get rid of old data before staging unstripped package binariesFelix Fietkau2009-09-031-0/+1
| | | | SVN-Revision: 17498
* build: when staging unstripped package files, install them to a temporary ↵Felix Fietkau2009-09-021-3/+5
| | | | | | directory first to work around file overwrite issues in packages like asterisk SVN-Revision: 17477
* add support for build system overlays that alter package build instructions ↵Felix Fietkau2009-08-312-1/+8
| | | | | | currently unused, will probably be managed by the feeds system later SVN-Revision: 17445
* create v4 squashfs image for 2.6.31Gabor Juhos2009-08-261-1/+1
| | | | SVN-Revision: 17406
* change HOST_STAMP_PREPARED for toolchain builds to make sure that ↵Felix Fietkau2009-08-241-0/+2
| | | | | | added/removed patches do not trigger partial toolchain rebuilds SVN-Revision: 17392
* merge the control file and the .ipk file targets into one to prevent them ↵Felix Fietkau2009-08-201-10/+8
| | | | | | from going out of sync SVN-Revision: 17332
* fix multiple ipkg builds of the same arch but with different targets in the ↵Felix Fietkau2009-08-201-1/+1
| | | | | | same checkout SVN-Revision: 17325
* when regenerating an ipkg package, make sure the entire ipkg build dir is ↵Felix Fietkau2009-08-191-4/+2
| | | | | | cleaned as well to prevent stale files from making it into the package after configuration changes SVN-Revision: 17313
* use 2.6.30.5Florian Fainelli2009-08-171-2/+2
| | | | SVN-Revision: 17296
* ensure CONTROL directory is created (#5683)Florian Fainelli2009-08-172-0/+2
| | | | SVN-Revision: 17293
* switch to 2.6.27.30Florian Fainelli2009-08-171-2/+2
| | | | SVN-Revision: 17291
* add menuconfig option for selecting initramfs compressionGabor Juhos2009-08-161-5/+7
| | | | SVN-Revision: 17283
* use 2.4.37.5Florian Fainelli2009-08-141-3/+3
| | | | SVN-Revision: 17257
* add an optional config option for stripping all unnecessary symbol exports ↵Felix Fietkau2009-08-082-1/+28
| | | | | | from the kernel image SVN-Revision: 17181
* add target for library specific installations into the root staging dir, fix ↵Felix Fietkau2009-08-081-2/+3
| | | | | | ipkg build dependency on the package build stamp SVN-Revision: 17168
* add a staging directory for unstripped package files, useful for debugging, ↵Felix Fietkau2009-08-071-1/+6
| | | | | | will be used for mklibs integration later SVN-Revision: 17167
* work around a threading bug in mksquashfs4 by limiting the number of threads ↵Felix Fietkau2009-08-061-1/+1
| | | | | | to 1 SVN-Revision: 17146
* brcm-2.4 is the only non-2.6 target, it's pointless to note the ↵Imre Kaloz2009-08-031-1/+1
| | | | | | kernelversion in other targets' Target-Name SVN-Revision: 17102
* add special handling for the adm5120 target, which uses subtargets for ↵Imre Kaloz2009-08-031-1/+5
| | | | | | different endianess -- later we should come up with something smarter SVN-Revision: 17101
* revert 17050 this was not the right way to fix thisFlorian Fainelli2009-08-011-3/+3
| | | | SVN-Revision: 17075
* use board names instead of arch in packagesImre Kaloz2009-07-311-1/+1
| | | | SVN-Revision: 17063
* update to 2.6.30.4Florian Fainelli2009-07-311-2/+2
| | | | SVN-Revision: 17062