summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* download.mk: fix bzr download methodNicolas Thill2010-03-291-2/+2
| | | | SVN-Revision: 20582
* add a new helper macro to deal with conditional ./configure flagsFelix Fietkau2010-03-291-0/+1
| | | | SVN-Revision: 20570
* prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packagesFelix Fietkau2010-03-291-2/+4
| | | | SVN-Revision: 20569
* Some dependencies that are depending on target are not added into the ↵Hauke Mehrtens2010-03-281-2/+9
| | | | | | | | Depends line in the control file of the package. For example +!(TARGET_brcm47xx||TARGET_brcm63xx):kmod-ssb does not result in kmod-ssb for the x86 target or any other target. This fixes #6874 SVN-Revision: 20553
* kernel: update to 2.6.32.10Gabor Juhos2010-03-261-3/+0
| | | | SVN-Revision: 20444
* include/target.mk: Only set usb feature flag for a target if there is a HCDLars-Peter Clausen2010-03-251-1/+3
| | | | SVN-Revision: 20425
* the svn fallback code added in r20322 is evaluated with each make invocation ↵Jo-Philipp Wich2010-03-231-7/+3
| | | | | | and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version SVN-Revision: 20377
* change from /jffs to /overlay, patch from Daniel DickinsonFlorian Fainelli2010-03-211-2/+1
| | | | SVN-Revision: 20356
* disable ucitrigger for now, not used, patch from Dave KooperFlorian Fainelli2010-03-211-1/+1
| | | | SVN-Revision: 20355
* fix svn download with older svn client versionsFlorian Fainelli2010-03-201-1/+7
| | | | SVN-Revision: 20322
* accept unknown server certificates by default on svn downloadFlorian Fainelli2010-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. SVN-Revision: 20299
* new kernel checksums: 2.6.32.10 2.6.33.1Markus Wigge2010-03-161-0/+6
| | | | SVN-Revision: 20241
* Updated post r19769, integrates the missing dl_method bzr hunk from #6370, ↵Travis Kemen2010-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 SVN-Revision: 20222
* sort entries in images md5sums filesNicolas Thill2010-03-101-1/+1
| | | | SVN-Revision: 20116
* The attached patch replaces $(1) install by $(if $(1), $(1), install) in the ↵Travis Kemen2010-03-051-1/+1
| | | | | | | | | | | | | | | | | 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 SVN-Revision: 19996
* this patch fixes toolchain parallel build, which reduces build time.Travis Kemen2010-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 SVN-Revision: 19995
* image.mk: Adjust ubifs build behaviour to that of others image typesLars-Peter Clausen2010-03-051-1/+2
| | | | SVN-Revision: 19985
* kernel: add 2.6.33 patchesMatteo Croce2010-02-281-0/+3
| | | | SVN-Revision: 19905
* kernel: update to kernel 2.6.32.9Hauke Mehrtens2010-02-281-2/+2
| | | | SVN-Revision: 19890
* add support for marking specific kernel module packages as potentially being ↵Felix Fietkau2010-02-261-1/+4
| | | | | | required for mounting the rootfs (patch by cshore) SVN-Revision: 19878
* properly package xt_comment.ko (#6742)Jo-Philipp Wich2010-02-261-0/+2
| | | | SVN-Revision: 19861
* 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