aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* dropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves ↵Felix Fietkau2011-03-021-1/+2
| | | | | | 19k uncompressed SVN-Revision: 25826
* hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces ↵Felix Fietkau2011-03-021-0/+3
| | | | | | binary size a bit SVN-Revision: 25821
* add usb support for the wbd111, refresh patchesImre Kaloz2011-03-022-2/+23
| | | | SVN-Revision: 25820
* 2.6.38: Let mac80211 select CONFIG_AVERAGEMichael Büsch2011-03-013-37/+25
| | | | SVN-Revision: 25818
* busybox: enable mount helpers by default (#8946)Jo-Philipp Wich2011-03-011-1/+1
| | | | SVN-Revision: 25815
* firewall: fix rule generation for v4 or v6 only zones (#8955)Jo-Philipp Wich2011-03-012-2/+5
| | | | SVN-Revision: 25813
* omap24xx: Fix missing symbols for mac80211Michael Büsch2011-03-011-1/+37
| | | | SVN-Revision: 25811
* fix patches after 2.6.37 update, patch from KanjiMonsterFlorian Fainelli2011-03-012-28/+29
| | | | SVN-Revision: 25810
* ipset: do not use -static-libgccFelix Fietkau2011-03-011-1/+1
| | | | SVN-Revision: 25809
* iptables: do not use -static-libgccFelix Fietkau2011-03-011-1/+1
| | | | SVN-Revision: 25808
* toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packagesFelix Fietkau2011-03-011-1/+1
| | | | SVN-Revision: 25807
* update arm mach-typesImre Kaloz2011-03-011-0/+260
| | | | SVN-Revision: 25806
* refresh patches with -rc6Imre Kaloz2011-03-0117-135/+79
| | | | SVN-Revision: 25805
* uClibc: set the toolchain info at install time instead of prepare time, ↵Felix Fietkau2011-03-011-1/+1
| | | | | | fixes staging dir rebuilds SVN-Revision: 25803
* busybox: remove the -static-libgcc flag, saves a few kbFelix Fietkau2011-03-011-0/+11
| | | | SVN-Revision: 25802
* gcc-linaro: fix the libgcc spec to default to using the shared libgccFelix Fietkau2011-03-011-0/+37
| | | | SVN-Revision: 25801
* base-files: relink uclibc and libgcc libraries to remove leftovers of the ↵Felix Fietkau2011-03-012-5/+73
| | | | | | statically linked initial libgcc saves a few kb and gets rid of unused not exported functions as well should also improve the reliability of mklibs SVN-Revision: 25800
* omap24xx: Update kconfigMichael Büsch2011-02-281-4/+3
| | | | SVN-Revision: 25799
* n810bm: Refresh patchMichael Büsch2011-02-281-21/+21
| | | | SVN-Revision: 25798
* n810: Fix LCDMichael Büsch2011-02-281-9/+35
| | | | SVN-Revision: 25797
* cbus-retu: Add IRQ handler lockingMichael Büsch2011-02-281-0/+18
| | | | SVN-Revision: 25796
* mklibs: fix some long standing libpthread symbol link issues, mostly related ↵Felix Fietkau2011-02-282-3/+65
| | | | | | to weak function overrides between libgcc, libc and libpthread SVN-Revision: 25795
* omap24xx: Update 2.6.38 config. This fixes MMC.Michael Büsch2011-02-281-15/+12
| | | | SVN-Revision: 25794
* mklibs: properly fix library linking - the relinking in some instances used ↵Felix Fietkau2011-02-281-16/+24
| | | | | | static libraries instead of shared ones with the same name, that led to some nasty symbol conflicts and pic issues. fix this by always using the full path to the libraries and also fix the libc vs libpthread linking order SVN-Revision: 25793
* ubus: add a missing dependencyFelix Fietkau2011-02-281-1/+1
| | | | SVN-Revision: 25792
* block2mtd: More 2.6.38 fixesMichael Büsch2011-02-281-3/+29
| | | | SVN-Revision: 25791
* mtd: Fix compile warningMichael Büsch2011-02-281-20/+35
| | | | SVN-Revision: 25790
* jffs2-lzma: Fix compile warningMichael Büsch2011-02-281-40/+78
| | | | SVN-Revision: 25789
* mini_fo: More 2.6.38 fixesMichael Büsch2011-02-281-10/+53
| | | | SVN-Revision: 25788
* block-mount: Fixed shell error on empty string due to -eq to number for the ↵Daniel Dickinson2011-02-281-3/+3
| | | | | | optional find_root variable SVN-Revision: 25787
* block-mount,block-extroot: Modify mount.sh so that block-extroot mounts ↵Daniel Dickinson2011-02-281-4/+13
| | | | | | target /overlay as rootfs (use if is_rootfs is now deprecated) when block-extroot is installed, and as /tmp/overlay-disabled otherwise SVN-Revision: 25786
* kernel: the usb pci quirks removal patch was a bit overzealous, leave in ↵Felix Fietkau2011-02-282-22/+34
| | | | | | some functions referenced from other modules SVN-Revision: 25785
* mac80211: improve ath9k AP A-MPDU PS bufferingFelix Fietkau2011-02-272-8/+44
| | | | SVN-Revision: 25779
* mac80211: override CONFIG_IWLWIFI_LEGACYFelix Fietkau2011-02-271-0/+1
| | | | SVN-Revision: 25778
* n810: Fix tsc2005 busnumMichael Büsch2011-02-271-15/+15
| | | | SVN-Revision: 25777
* mac80211: set CONFIG_RTLWIFIFelix Fietkau2011-02-271-0/+1
| | | | SVN-Revision: 25776
* p54: fix a null pointer dereference bugFelix Fietkau2011-02-271-0/+18
| | | | SVN-Revision: 25775
* n810bm: Compile fix for kernel with lock debuggingMichael Büsch2011-02-271-16/+24
| | | | SVN-Revision: 25774
* kernel: disable sysctl syscall support - nothing uses itFelix Fietkau2011-02-278-8/+8
| | | | SVN-Revision: 25773
* fix wrong copy&paste in the helptext for kernel AIO supportFelix Fietkau2011-02-271-2/+0
| | | | SVN-Revision: 25772
* kernel: disable scheduler actions by default, they will be enabled only when ↵Felix Fietkau2011-02-279-24/+25
| | | | | | kmod-sched is selected SVN-Revision: 25771
* kernel: disable /proc/kcoreFelix Fietkau2011-02-278-8/+8
| | | | SVN-Revision: 25770
* kernel: make AIO support configurable (disabled by default)Felix Fietkau2011-02-271-0/+6
| | | | SVN-Revision: 25769
* kernel: when disabling common quirks, disable them in the usb subsystem as ↵Felix Fietkau2011-02-272-0/+24
| | | | | | well - bios handover is useless for most platforms SVN-Revision: 25768
* kernel: de-bloat the lzma library used by jffs2Felix Fietkau2011-02-272-0/+970
| | | | SVN-Revision: 25767
* kernel: disable CONFIG_CRYPTO_ALGAPI* by default, it will be built into the ↵Felix Fietkau2011-02-278-16/+16
| | | | | | kmod-crypto-core package SVN-Revision: 25766
* kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by defaultFelix Fietkau2011-02-278-8/+8
| | | | SVN-Revision: 25765
* kernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses itFelix Fietkau2011-02-278-8/+8
| | | | SVN-Revision: 25764
* kernel: disable CONFIG_WIRELESS_EXT_SYSFS by defaultFelix Fietkau2011-02-278-8/+8
| | | | SVN-Revision: 25763
* kernel: add a patch for isolating individual bridge portsFelix Fietkau2011-02-272-0/+206
| | | | SVN-Revision: 25762