summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update to 2.6.32.10juhosg2010-03-261-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include/target.mk: Only set usb feature flag for a target if there is a HCDlars2010-03-251-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] the svn fallback code added in r20322 is evaluated with each make ↵jow2010-03-231-7/+3
| | | | | | | | | invocation and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change from /jffs to /overlay, patch from Daniel Dickinsonflorian2010-03-211-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] disable ucitrigger for now, not used, patch from Dave Kooperflorian2010-03-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix svn download with older svn client versionsflorian2010-03-201-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* accept unknown server certificates by default on svn downloadflorian2010-03-191-1/+1
| | | | | | | Some packages sources need to be checked out from server with unknown certificates, silently accept by default in order not to stop builds, thanks rhk. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new kernel checksums:markus2010-03-161-0/+6
| | | | | | | | 2.6.32.10 2.6.33.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Updated post r19769, integrates the missing dl_method bzr hunk from #6370, ↵thepeople2010-03-141-12/+16
| | | | | | uses the export subcommand for the vcs' that provide a usable version (hg archive doesn't work remotely, git archive isn't enabled on github), from #6700 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sort entries in images md5sums filesnico2010-03-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* The attached patch replaces $(1) install by $(if $(1), $(1),thepeople2010-03-051-1/+1
| | | | | | | | | | | | | | | | | | | install) in the definition, in order to be able to specify an install rule, which is not always called install (example: trunk/package/ncurses/Makefile has rules called install.libs and install.data). Then its possible to do this in ncurses Makefile: define Build/Install $(call Build/Install/Default, install.libs install.data) endef This patch does not affect anything else, as if no parameter is given, it will use install as before. -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes toolchain parallel build, which reduces build time.thepeople2010-03-051-2/+2
| | | | | | | | | | | | | | | In order to enable parallel build, change line 21 of include/host-build.mk from: override MAKEFLAGS= to: override MAKEFLAGS=$(MAKE_JOBS) -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* image.mk: Adjust ubifs build behaviour to that of others image typeslars2010-03-051-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add 2.6.33 patchesmatteo2010-02-281-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to kernel 2.6.32.9hauke2010-02-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for marking specific kernel module packages as potentially being ↵nbd2010-02-261-1/+4
| | | | | | required for mounting the rootfs (patch by cshore) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] properly package xt_comment.ko (#6742)jow2010-02-261-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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