752 Commits (bf2fe7ea9a80e4f72afbdc2466f98aa61a978bf5)

Author SHA1 Message Date
Felix Fietkau eb1c4db039 add support for an optional staging directory for debug binaries 16 years ago
Felix Fietkau 7502d4bd61 add support for build-only packages which do not appear in menuconfig 16 years ago
Felix Fietkau cdca343745 fix LINUX_KARCH for x86 16 years ago
Nicolas Thill da4a1c6b44 add missing 'ac_cv_sizeof_unsigned_long_long' variable 16 years ago
Nicolas Thill a3edea1b91 add support for alternative C libraries (currently only glibc/eglibc) other (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) 16 years ago
Felix Fietkau 238304231d make config.{guess,sub} writable before attempting to overwrite them (many packages have broken permissions in the tarball) 16 years ago
Matteo Croce 76ec5d14cf add MD5 for the kernel 2.6.28 16 years ago
Gabor Juhos 0675e10e68 fix kernel version for 2.6.27.10 16 years ago
Gabor Juhos 1079743cad oops, forgot the md5 of the 2.6.27.10 tarball 16 years ago
Gabor Juhos e7336673b1 update to 2.6.27.9 and refresh patches 16 years ago
Florian Fainelli ea81df0c2d Add sizeof of unsigned long long 16 years ago
Nicolas Thill 0bbd70070f add an "Installed-Size" field to package control files, so that opkg could check needed vs. available storage space before installing a package 16 years ago
Imre Kaloz 24e299f95d defrag needs to be loaded before conntrack_ipv4 16 years ago
Imre Kaloz a7cac1dc31 fix conntrack on 2.6.28 16 years ago
Gabor Juhos 4992a87aeb update to 2.6.27.8 and refresh patches 16 years ago
Imre Kaloz 8375b83015 use the default kernel target on powerpc 16 years ago
Imre Kaloz 752054346a update to 2.6.27.7 16 years ago
Nicolas Thill 6b392a4f9f allow cvs/git/hg/svn wrap_mirror to work for host tools as well 16 years ago
Imre Kaloz 7d09c0b086 update to 2.6.27.6 16 years ago
Gabor Juhos 88cda758c3 update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches * based on a patch by Hauke Mehrtens * closes #4193 16 years ago
Steven Barth 9d0f42d50a Disable LuCI in default build config as it should be enabled manually for building release builds 16 years ago
Nicolas Thill 3691a072cc bridge (brctl) changes: - enable brctl in busybox - disable bridge-utils - bumb busybox release number 16 years ago
Gabor Juhos d35bad03e3 update to 2.6.25.19, and refresh patches 16 years ago
Felix Fietkau 2c638cf43b enable luci-admin-mini by default as suggested by cyrus 16 years ago
Florian Fainelli aa90a702db Use 2.6.27.4 kernel version 16 years ago
Felix Fietkau 38b513811c fix conditional depends in ipkg control files 16 years ago
Florian Fainelli 1ac53fbf06 Update to 2.6.26.7 16 years ago
Florian Fainelli 30d2200e7d Update targets to 2.6.27.3 16 years ago
Felix Fietkau 40b5e7a30d fix prepare error with brcm-2.4 and missing files/ (thx, thepeople) 16 years ago
Felix Fietkau 1e570a9288 change the way ./files* and the generic kernel files are applied. ./files 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. 16 years ago
Felix Fietkau cd35be21af one more instance of r13005 16 years ago
Felix Fietkau 87e0a3cf0f don't overwrite .config if it's a symlink (fixes scripts/env problems) 16 years ago
Gabor Juhos 19b0e56ba7 refresh patches against 2.6.27 final 16 years ago
Felix Fietkau b08f551711 add md5sum for final linux 2.6.27 16 years ago
Hamish Guthrie 86ac8bc7ea Adds support for using a local clone of a git tree 16 years ago
Felix Fietkau beb83c1e59 add function names to quilt-generated patch files to make patches more readable 16 years ago
Felix Fietkau cb73e4ad91 fix inotify detection for linux 2.4 (fixes glib2 and packages that depend on it on brcm-2.4) 16 years ago
Gabor Juhos 73f2d150e3 refresh 2.6.27 patches based on -rc9 16 years ago
Andy Boyett 44f3239622 generate md5 checksums of generated firware images. closes #4003 - checksums located in bin/md5sums - integrity can be verified using md5sum -c 16 years ago
Felix Fietkau 926925622f enable luci by default 16 years ago
Gabor Juhos 12701b1d25 refresh 2.6.27 patches based on -rc8 16 years ago
Felix Fietkau cdcc68d689 implement conditional dependencies for generating the Depends: field of ipkgs 16 years ago
Felix Fietkau bc92b67c41 port generic and ixp4xx kernel patches to 2.6.27 (compiles except for iptables, but otherwise completely untested) 16 years ago
Felix Fietkau 8ce76ceccb cris is little endian, not big endian (patch from #4048) 16 years ago
Gabor Juhos 821170133f update to 2.6.26.5 and 2.6.25.17 16 years ago
Felix Fietkau d0302d323b make sure a predefined CFLAGS variable does not get in the way (fix for #4038) 16 years ago
Nicolas Thill 2c8010b2dc make the whole iptables/netfiter modular (closes: #3871, #3527) 16 years ago
Florian Fainelli d1f4f4646d Remove 2.6.22 files, no target uses them anymore 16 years ago
Lars-Peter Clausen 6f774d468f Change libtool fixup behaviour. Still ugly but it works until we have a real 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). 16 years ago
Lars-Peter Clausen 3601e8b9bb oops, previous commit was broken. remove wrong line break. 16 years ago