summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT ↵nbd2010-02-242-28/+1
| | | | | | was added git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* autotools.mk: Don't try to fixup .la files in the DevInstall host path, becauselars2010-02-201-3/+0
| | | | | | | those .la files shouldn't go there anyway. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch adds support for bzr in include/download.mk, and fixesthepeople2010-02-201-18/+33
| | | | | | | | whitespace. -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] update kernel to version 2.4.37.9 and refresh patcheshauke2010-02-191-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.4] netfilter: add support for raw table and NOTRACK target (#5504)jow2010-02-191-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* autotools.mk: Add PKG_LIBTOOL_PATHS variable.lars2010-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). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "sort Kconfig symbols automatically to make Kaloz happy :p"nbd2010-02-161-1/+0
| | | | | | Relying 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolarthepeople2010-02-121-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sort Kconfig symbols automatically to make Kaloz happy :pjuhosg2010-02-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* with no users left, remove support for 2.6.21kaloz2010-02-112-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we use per-target kernel versions for 2.6 for a long time nowkaloz2010-02-111-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow colored output to be disabled when running a non-verbose build bylars2010-02-081-2/+4
| | | | | | | setting NO_COLOR=1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable stdin unless make V=99; fixes bug where compilation can stall ↵mbm2010-02-041-1/+1
| | | | | | waiting for input git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* autotools.mk: Add libstdc++ quirk to libtool_fixup_libdir.lars2010-01-301-2/+4
| | | | | | | Fixes build of packages which use libtool and link against packages which link against libstdc++ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to 2.6.32.7kaloz2010-01-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to 2.6.32.6juhosg2010-01-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unset user overrides for quilt settings to prevent them from interfering ↵nbd2010-01-251-0/+3
| | | | | | with the build process (#6553) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rootfs preparation with rootfs containing files with whitespaces in the ↵nbd2010-01-221-3/+3
| | | | | | filename (based on patch from #6551) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to latest kernel versionskaloz2010-01-191-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure that processed directories are printed on make V=99nbd2010-01-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] allow download urls using the file:// schema (#6480)jow2010-01-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for building ubifs images.lars2010-01-111-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to latest kernelskaloz2010-01-091-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Prevent unnecessary host package rebuilds.lars2010-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patchesjuhosg2010-01-011-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of even more 2.6.28 stuffkaloz2009-12-272-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] use a common site/linux config, since site/linux-gnu & ↵nico2009-12-183-144/+74
| | | | | | site/linux-uclibc configs are identical git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not download kernel sources when using an external kernel treenbd2009-12-141-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.31.7kaloz2009-12-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: add comment match to the core packagejow2009-12-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add md5sum for 2.6.32 final, and refresh patchesjuhosg2009-12-041-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.30, refresh patchesflorian2009-12-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade x86 to 2.6.31.6, resync patcheskaloz2009-11-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: the squashfs-4k images are unreliable in some builds. add 4k, 8k ↵nbd2009-11-241-4/+8
| | | | | | padding to the generic squashfs images and use them on 4k devices as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix rebuild checks (#6210)nbd2009-11-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build variants: only build opkg packages for the requested build variant (or ↵nbd2009-11-221-0/+2
| | | | | | any if no variant was specified for the package) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make lzo compressed initramfs selectable, tookaloz2009-11-211-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge target kernel config files with subtarget config files and add a ↵nbd2009-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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)nbd2009-11-111-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18361 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system: introduce a new feature called build variants.nbd2009-11-103-2/+6
| | | | | | | | it allows 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix one more instance of r18295nbd2009-11-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix platform specific overrides for kernel modules, fixes lp on brcm-2.4nbd2009-11-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unbreak brcm-2.4nbd2009-11-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the new option for creating squashfs4-lzma imageskaloz2009-11-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: fix path to cloog and pplnbd2009-11-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevichagb2009-10-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18232 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] remove support for 2.6.27, no target is using it anymoreflorian2009-10-291-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swap logic on squashfs version selectionkaloz2009-10-261-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.31.5florian2009-10-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.30.9florian2009-10-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18126 3c298f89-4303-0410-b956-a3cf2f4a3e73