summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* update to 2.6.27.11Gabor Juhos2009-01-151-2/+2
| | | | SVN-Revision: 14043
* add support for an optional staging directory for debug binariesFelix Fietkau2009-01-132-1/+28
| | | | SVN-Revision: 14018
* add support for build-only packages which do not appear in menuconfigFelix Fietkau2009-01-132-0/+2
| | | | SVN-Revision: 14009
* fix LINUX_KARCH for x86Felix Fietkau2009-01-111-1/+1
| | | | SVN-Revision: 13986
* add missing 'ac_cv_sizeof_unsigned_long_long' variableNicolas Thill2009-01-111-0/+1
| | | | SVN-Revision: 13970
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-0829-4/+144
| | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
* make config.{guess,sub} writable before attempting to overwrite them (many ↵Felix Fietkau2009-01-061-1/+1
| | | | | | packages have broken permissions in the tarball) SVN-Revision: 13887
* add MD5 for the kernel 2.6.28Matteo Croce2008-12-251-0/+3
| | | | SVN-Revision: 13744
* fix kernel version for 2.6.27.10Gabor Juhos2008-12-201-1/+1
| | | | SVN-Revision: 13700
* oops, forgot the md5 of the 2.6.27.10 tarballGabor Juhos2008-12-191-1/+1
| | | | SVN-Revision: 13696
* update to 2.6.27.9 and refresh patchesGabor Juhos2008-12-161-2/+2
| | | | SVN-Revision: 13659
* Add sizeof of unsigned long longFlorian Fainelli2008-12-1410-0/+10
| | | | SVN-Revision: 13627
* add an "Installed-Size" field to package control files, so that opkg could ↵Nicolas Thill2008-12-111-0/+3
| | | | | | check needed vs. available storage space before installing a package SVN-Revision: 13602
* defrag needs to be loaded before conntrack_ipv4Imre Kaloz2008-12-101-1/+1
| | | | SVN-Revision: 13585
* fix conntrack on 2.6.28Imre Kaloz2008-12-101-0/+1
| | | | SVN-Revision: 13582
* update to 2.6.27.8 and refresh patchesGabor Juhos2008-12-061-2/+2
| | | | SVN-Revision: 13528
* use the default kernel target on powerpcImre Kaloz2008-11-261-3/+0
| | | | SVN-Revision: 13357
* update to 2.6.27.7Imre Kaloz2008-11-251-2/+2
| | | | SVN-Revision: 13347
* allow cvs/git/hg/svn wrap_mirror to work for host tools as wellNicolas Thill2008-11-221-1/+2
| | | | SVN-Revision: 13313
* update to 2.6.27.6Imre Kaloz2008-11-171-2/+2
| | | | SVN-Revision: 13261
* update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches * based on a ↵Gabor Juhos2008-11-121-6/+6
| | | | | | patch by Hauke Mehrtens * closes #4193 SVN-Revision: 13192
* Disable LuCI in default build config as it should be enabled manually for ↵Steven Barth2008-11-111-2/+0
| | | | | | building release builds SVN-Revision: 13187
* bridge (brctl) changes: - enable brctl in busybox - disable bridge-utils - ↵Nicolas Thill2008-11-111-1/+1
| | | | | | bumb busybox release number SVN-Revision: 13180
* update to 2.6.25.19, and refresh patchesGabor Juhos2008-11-071-2/+2
| | | | SVN-Revision: 13137
* enable luci-admin-mini by default as suggested by cyrusFelix Fietkau2008-11-061-1/+1
| | | | SVN-Revision: 13133
* Use 2.6.27.4 kernel versionFlorian Fainelli2008-10-281-2/+2
| | | | SVN-Revision: 13055
* fix conditional depends in ipkg control filesFelix Fietkau2008-10-271-2/+3
| | | | SVN-Revision: 13051
* Update to 2.6.26.7Florian Fainelli2008-10-231-2/+2
| | | | SVN-Revision: 13036
* Update targets to 2.6.27.3Florian Fainelli2008-10-231-2/+2
| | | | SVN-Revision: 13035
* fix prepare error with brcm-2.4 and missing files/ (thx, thepeople)Felix Fietkau2008-10-211-1/+2
| | | | SVN-Revision: 13021
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-183-7/+4
| | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010
* one more instance of r13005Felix Fietkau2008-10-181-1/+1
| | | | SVN-Revision: 13007
* don't overwrite .config if it's a symlink (fixes scripts/env problems)Felix Fietkau2008-10-181-1/+1
| | | | SVN-Revision: 13005
* refresh patches against 2.6.27 finalGabor Juhos2008-10-151-3/+0
| | | | SVN-Revision: 12987
* add md5sum for final linux 2.6.27Felix Fietkau2008-10-141-0/+3
| | | | SVN-Revision: 12982
* Adds support for using a local clone of a git treeHamish Guthrie2008-10-101-4/+16
| | | | SVN-Revision: 12941
* add function names to quilt-generated patch files to make patches more readableFelix Fietkau2008-10-101-1/+1
| | | | SVN-Revision: 12938
* fix inotify detection for linux 2.4 (fixes glib2 and packages that depend on ↵Felix Fietkau2008-10-082-1/+10
| | | | | | it on brcm-2.4) SVN-Revision: 12896
* refresh 2.6.27 patches based on -rc9Gabor Juhos2008-10-071-2/+2
| | | | SVN-Revision: 12892
* generate md5 checksums of generated firware images. closes #4003 - checksums ↵Andy Boyett2008-10-071-0/+9
| | | | | | located in bin/md5sums - integrity can be verified using md5sum -c SVN-Revision: 12889
* enable luci by defaultFelix Fietkau2008-10-061-0/+2
| | | | SVN-Revision: 12870
* refresh 2.6.27 patches based on -rc8Gabor Juhos2008-10-051-2/+2
| | | | SVN-Revision: 12858
* implement conditional dependencies for generating the Depends: field of ipkgsFelix Fietkau2008-10-031-1/+6
| | | | SVN-Revision: 12836
* port generic and ixp4xx kernel patches to 2.6.27 (compiles except for ↵Felix Fietkau2008-09-291-0/+3
| | | | | | iptables, but otherwise completely untested) SVN-Revision: 12790
* cris is little endian, not big endian (patch from #4048)Felix Fietkau2008-09-281-2/+2
| | | | SVN-Revision: 12773
* update to 2.6.26.5 and 2.6.25.17Gabor Juhos2008-09-261-4/+4
| | | | SVN-Revision: 12718
* make sure a predefined CFLAGS variable does not get in the way (fix for #4038)Felix Fietkau2008-09-251-0/+3
| | | | SVN-Revision: 12702
* make the whole iptables/netfiter modular (closes: #3871, #3527)Nicolas Thill2008-09-221-37/+65
| | | | SVN-Revision: 12649
* Remove 2.6.22 files, no target uses them anymoreFlorian Fainelli2008-09-211-3/+0
| | | | SVN-Revision: 12638
* Change libtool fixup behaviour. Still ugly but it works until we have a real ↵Lars-Peter Clausen2008-09-131-5/+8
| | | | | | fix. It uses a InstallDev/Post hook to find all .la files which are going to be installed in the staging dir and prefixes every path in those files which starts with /usr/lib with $(STAGING_DIR). SVN-Revision: 12586