aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix a typoFelix Fietkau2009-10-221-1/+1
* add some extra stripping options for kernel modules to reduce size even more ...Felix Fietkau2009-10-221-1/+1
* opkg: - re-enable upgrade and restrict it to signle packages, fix usage text ...Jo-Philipp Wich2009-10-225-163/+226
* opkg: - replace package list parser by something that works with fixed buffer...Jo-Philipp Wich2009-10-225-1/+998
* imagebuilder: accept empty profile names, some targets do not define profiles...Felix Fietkau2009-10-221-6/+1
* get rid of gcc-4.4.0 supportFlorian Fainelli2009-10-2112-9849/+2
* refresh toolchain patches, add ubicom32 patch to gcc 4.4.1 and 4.4.2Florian Fainelli2009-10-214-5/+18779
* add support for gcc-4.4.2, add missing gcc-4.4.1 md5sumFlorian Fainelli2009-10-2112-0/+469
* madwifi: reduce the size of the multicall tool binaryFelix Fietkau2009-10-212-4/+5
* do not relink libresolv, it makes iproute2 barfFelix Fietkau2009-10-201-1/+1
* remove obsolete uci validation awk codeFelix Fietkau2009-10-206-654/+0
* base-files: remove obsolete stuff from common.awkFelix Fietkau2009-10-201-42/+0
* wireless-tools: reduce binary size by ~13k by removing unused/obsolete featuresFelix Fietkau2009-10-202-0/+217
* hostapd: make compilation of the hostap driver conditional - saves 10k uncomp...Felix Fietkau2009-10-201-0/+2
* hotplug2: get rid of the unnecessary reference to libdl as wellFelix Fietkau2009-10-201-6/+7
* mark the llvm toolchain as brokenFelix Fietkau2009-10-201-0/+1
* hotplug2: compile in the worker module statically, saves >20k uncompressedFelix Fietkau2009-10-202-3/+166
* ar71xx: add default network configuration for RS and RS-ProGabor Juhos2009-10-203-0/+35
* base-files: only try to execute watchdog if binary is presentJo-Philipp Wich2009-10-202-2/+3
* ar71xx: add default network configuration file for the WP543 boardGabor Juhos2009-10-201-0/+12
* ar71xx: Compex WPJ543 board is supported as wellGabor Juhos2009-10-203-4/+4
* ar71xx: fix PCI IRQ map of the WP543Gabor Juhos2009-10-201-2/+6
* remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on...Felix Fietkau2009-10-201-1/+0
* fix potential inconsistencies in toolchain selection on linux 2.4Felix Fietkau2009-10-201-1/+7
* use the new 4.3.3+cs toolchain for mips and arm - significantly improves code...Felix Fietkau2009-10-202-1/+7
* zlib: replace -fPIC with $(FPIC)Felix Fietkau2009-10-201-1/+1
* uci: only use $(FPIC) on library parts, saves a few hundred bytesFelix Fietkau2009-10-201-1/+1
* opkg: get rid of libopkg, saves >10k compressed, >40k uncompressedFelix Fietkau2009-10-202-4/+57
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead o...Felix Fietkau2009-10-202-1/+6
* install the right version of libgcc along with its version map to fix relinki...Felix Fietkau2009-10-201-1/+4
* At boot, the startup process is executed in a non-interactive shell. Default ...Hamish Guthrie2009-10-201-0/+12
* gcc: backport libgcc_pic changes to older gcc4 versions, install the libgcc m...Felix Fietkau2009-10-207-5/+179
* gcc: create a proper libgcc_pic.a static library for relinking (4.3.3+ for no...Felix Fietkau2009-10-195-0/+180
* mklibs: preserve the uclibc init symbolFelix Fietkau2009-10-191-0/+14
* mklibs: handle duplicate symbols properlyFelix Fietkau2009-10-191-0/+32
* mklibs: fix crashes on nonexistant sections in readelf (thx, justus)Felix Fietkau2009-10-191-0/+33
* ifxmips: fold files/drivers/* into patchesJohn Crispin2009-10-1911-1649/+1674
* mark uboot-envtools as broken, it looks more like a place holder than an actu...Felix Fietkau2009-10-191-0/+1
* remove support for uclibc 0.9.29Felix Fietkau2009-10-1948-4792/+0
* ar71xx: create firmware image for WP543 boards with 4/8/16MB of flashGabor Juhos2009-10-191-3/+15
* ar71xx: enable myloader partition parser on 2.6.30 and 2.6.31Gabor Juhos2009-10-192-0/+2
* ar71xx: sync 2.6.30 kernel configGabor Juhos2009-10-191-6/+1
* ar71xx: reset the phy chip along with the ethernet mac on the WP543 boardGabor Juhos2009-10-191-0/+2
* ar71xx: reset the ethernet device before registrationGabor Juhos2009-10-191-0/+7
* binutils: add support for non-pic handling and use it in the codesourcery bas...Felix Fietkau2009-10-192-23/+202
* uClibc: add support for mips non-pic relocations in ldsoFelix Fietkau2009-10-191-0/+289
* gcc: prevent the libgcc configure script from enabling support for the fixed ...Felix Fietkau2009-10-191-0/+2
* mac80211: fix ath5k compile on 2.6.28 and earlierFelix Fietkau2009-10-191-0/+22
* gcc: disable mips non-PIC ABI calls in the codesourcery based version by defa...Felix Fietkau2009-10-191-0/+23
* fix ssb compile error on 2.6.28Felix Fietkau2009-10-191-2/+71