summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT ↵Felix Fietkau2010-02-242-28/+1
| | | | | | was added SVN-Revision: 19849
* autotools.mk: Don't try to fixup .la files in the DevInstall host path, ↵Lars-Peter Clausen2010-02-201-3/+0
| | | | | | because those .la files shouldn't go there anyway. SVN-Revision: 19785
* this patch adds support for bzr in include/download.mk, and fixes whitespace.Travis Kemen2010-02-201-18/+33
| | | | | | -Raphael SVN-Revision: 19769
* update kernel to version 2.4.37.9 and refresh patchesHauke Mehrtens2010-02-191-3/+3
| | | | SVN-Revision: 19762
* netfilter: add support for raw table and NOTRACK target (#5504)Jo-Philipp Wich2010-02-191-0/+1
| | | | SVN-Revision: 19721
* autotools.mk: Add PKG_LIBTOOL_PATHS variable.Lars-Peter Clausen2010-02-181-5/+19
| | | | | | | | | | | PKG_LIBTOOL_PATHS can be used to specify to tell libtool_fixup where to look for libtool scripts of a package. This is useful if a package has it's libtool script in a non-standard location or has multiple libtool scripts. The value should be a space seperated list of paths which are relative to $(PKG_BUILD_DIR). It defautls to $(CONFIGURE_PATH). SVN-Revision: 19713
* Revert "sort Kconfig symbols automatically to make Kaloz happy :p" Relying ↵Felix Fietkau2010-02-161-1/+0
| | | | | | on some sort implementations' weird behaviour of ignoring # and whitespaces at the beginning of a line is not a good idea, and it's certainly not portable SVN-Revision: 19675
* update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolarTravis Kemen2010-02-121-2/+2
| | | | SVN-Revision: 19591
* sort Kconfig symbols automatically to make Kaloz happy :pGabor Juhos2010-02-111-0/+1
| | | | SVN-Revision: 19582
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-112-4/+1
| | | | SVN-Revision: 19578
* we use per-target kernel versions for 2.6 for a long time nowImre Kaloz2010-02-111-2/+0
| | | | SVN-Revision: 19577
* Allow colored output to be disabled when running a non-verbose build by ↵Lars-Peter Clausen2010-02-081-2/+4
| | | | | | setting NO_COLOR=1 SVN-Revision: 19560
* disable stdin unless make V=99; fixes bug where compilation can stall ↵Mike Baker2010-02-041-1/+1
| | | | | | waiting for input SVN-Revision: 19511
* autotools.mk: Add libstdc++ quirk to libtool_fixup_libdir. Fixes build of ↵Lars-Peter Clausen2010-01-301-2/+4
| | | | | | packages which use libtool and link against packages which link against libstdc++ SVN-Revision: 19399
* update to 2.6.32.7Imre Kaloz2010-01-291-2/+2
| | | | SVN-Revision: 19379
* kernel: update to 2.6.32.6Gabor Juhos2010-01-281-2/+2
| | | | SVN-Revision: 19358
* unset user overrides for quilt settings to prevent them from interfering ↵Felix Fietkau2010-01-251-0/+3
| | | | | | with the build process (#6553) SVN-Revision: 19332
* fix rootfs preparation with rootfs containing files with whitespaces in the ↵Felix Fietkau2010-01-221-3/+3
| | | | | | filename (based on patch from #6551) SVN-Revision: 19282
* update to latest kernel versionsImre Kaloz2010-01-191-4/+4
| | | | SVN-Revision: 19224
* make sure that processed directories are printed on make V=99Felix Fietkau2010-01-161-1/+1
| | | | SVN-Revision: 19174
* allow download urls using the file:// schema (#6480)Jo-Philipp Wich2010-01-131-1/+1
| | | | SVN-Revision: 19120
* Add support for building ubifs images.Lars-Peter Clausen2010-01-111-0/+10
| | | | SVN-Revision: 19097
* upgrade to latest kernelsImre Kaloz2010-01-091-4/+4
| | | | SVN-Revision: 19087
* Prevent unnecessary host package rebuilds.Lars-Peter Clausen2010-01-031-11/+14
| | | | | | | | Sometimes `make install` touches a file inside the build directory, so it is betterr to create the build stamp after calling `make install` otherwise the package is going to be rebuild even though nothing really changed. SVN-Revision: 19021
* kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patchesGabor Juhos2010-01-011-4/+4
| | | | SVN-Revision: 18982
* get rid of even more 2.6.28 stuffImre Kaloz2009-12-272-4/+1
| | | | SVN-Revision: 18953
* use a common site/linux config, since site/linux-gnu & site/linux-uclibc ↵Nicolas Thill2009-12-183-144/+74
| | | | | | configs are identical SVN-Revision: 18811
* do not download kernel sources when using an external kernel treeFelix Fietkau2009-12-141-1/+3
| | | | SVN-Revision: 18777
* upgrade to 2.6.31.7Imre Kaloz2009-12-111-2/+2
| | | | SVN-Revision: 18747
* iptables: add comment match to the core packageJo-Philipp Wich2009-12-081-1/+1
| | | | SVN-Revision: 18706
* kernel: add md5sum for 2.6.32 final, and refresh patchesGabor Juhos2009-12-041-0/+3
| | | | SVN-Revision: 18636
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-2/+2
| | | | SVN-Revision: 18635
* upgrade x86 to 2.6.31.6, resync patchesImre Kaloz2009-11-301-2/+2
| | | | SVN-Revision: 18609
* ar71xx: the squashfs-4k images are unreliable in some builds. add 4k, 8k ↵Felix Fietkau2009-11-241-4/+8
| | | | | | padding to the generic squashfs images and use them on 4k devices as well SVN-Revision: 18526
* hostapd: fix rebuild checks (#6210)Felix Fietkau2009-11-231-1/+1
| | | | SVN-Revision: 18497
* build variants: only build opkg packages for the requested build variant (or ↵Felix Fietkau2009-11-221-0/+2
| | | | | | any if no variant was specified for the package) SVN-Revision: 18464
* make lzo compressed initramfs selectable, tooImre Kaloz2009-11-211-0/+1
| | | | SVN-Revision: 18457
* merge target kernel config files with subtarget config files and add a ↵Felix Fietkau2009-11-113-3/+4
| | | | | | variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9) SVN-Revision: 18362
* automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)Felix Fietkau2009-11-111-1/+2
| | | | SVN-Revision: 18361
* 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