aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wireless-tools: fix encryption display in the scanning list (#6732)Felix Fietkau2010-03-141-3/+44
| | | | SVN-Revision: 20194
* find attached the announced patch for fuse. changes: - latest fuse 2.8.3 - ↵Travis Kemen2010-03-1412-822/+138
| | | | | | | | | | includes now the kernel module for kernel 2.4 - builds parallel - fuse-utils includes now ulockmgr_server fuse24 should be deleted from trunk. bud SVN-Revision: 20190
* this patches fixes iproute2 parallel build.Travis Kemen2010-03-141-8/+6
| | | | | | -Raphael SVN-Revision: 20189
* this patch fixes iptables parallel build.Travis Kemen2010-03-141-78/+80
| | | | | | -Raphael SVN-Revision: 20188
* this patch fixes gdb parallel build.Travis Kemen2010-03-141-12/+18
| | | | | | -Raphael SVN-Revision: 20187
* this patch fixes openssl parallel build.Travis Kemen2010-03-141-15/+21
| | | | | | -Raphael SVN-Revision: 20186
* Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs on ↵Travis Kemen2010-03-1411-47/+209
| | | | | | | | | LinkSys WRT350Nv2. Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings <info@upexia.nl> SVN-Revision: 20185
* replace some more references to hostapd-mini with wpad-miniFelix Fietkau2010-03-147-21/+21
| | | | SVN-Revision: 20184
* fix path to the malta kernelFlorian Fainelli2010-03-131-1/+1
| | | | SVN-Revision: 20183
* resync kernel configFlorian Fainelli2010-03-131-36/+5
| | | | SVN-Revision: 20182
* add support for uClibc 0.9.30.3Florian Fainelli2010-03-1331-0/+5225
| | | | SVN-Revision: 20181
* fix build hanging on kconfig symbol inputFlorian Fainelli2010-03-131-19/+21
| | | | SVN-Revision: 20180
* modules.mk: Fix typoLars-Peter Clausen2010-03-131-3/+4
| | | | SVN-Revision: 20179
* base-files: force preinit to use busybox mount (#6797)Jo-Philipp Wich2010-03-131-0/+4
| | | | SVN-Revision: 20176
* package/base-files: call preinit_ip_deconfig before processing init on ↵Gabor Juhos2010-03-122-1/+2
| | | | | | initramfs images SVN-Revision: 20159
* add support for 2.6.33Florian Fainelli2010-03-124-0/+86
| | | | SVN-Revision: 20158
* fix the building of the lzo decompressor on some architecturesFlorian Fainelli2010-03-121-0/+13
| | | | SVN-Revision: 20157
* remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 configNicolas Thill2010-03-121-1/+0
| | | | SVN-Revision: 20156
* ath9k: fix a client mode crash that happens on wpa rekeyingFelix Fietkau2010-03-121-0/+37
| | | | SVN-Revision: 20155
* sstrip: fix a section length corruption bug (patch from #6847)Felix Fietkau2010-03-121-2/+1
| | | | SVN-Revision: 20154
* minstrel_ht: make the ewma of the ampdu length more smooth by updating it on ↵Felix Fietkau2010-03-111-28/+38
| | | | | | stats updates and reduce the frequency of aggregation checks SVN-Revision: 20153
* Fix image generation for qi_lb60 subtargetLars-Peter Clausen2010-03-111-11/+1
| | | | SVN-Revision: 20152
* mips: allow the compiler to optimize memset, memcmp, memcpy for better ↵Felix Fietkau2010-03-115-0/+415
| | | | | | performance and (in some instances) smaller code SVN-Revision: 20151
* ar71xx: fix oprofile supportFelix Fietkau2010-03-115-1/+146
| | | | SVN-Revision: 20150
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-1113-95/+23
| | | | | | remove it SVN-Revision: 20149
* kernel: fix kmod-pcmcia-yenta on 2.4Nicolas Thill2010-03-111-1/+14
| | | | SVN-Revision: 20147
* fix kernel modules dependences for i2c and ata-coreClaudio Mignanti2010-03-112-2/+2
| | | | SVN-Revision: 20146
* mac80211: improve performance a bitFelix Fietkau2010-03-111-0/+48
| | | | SVN-Revision: 20145
* adm5120: add CONFIG_PCI=y on router_le tooAlexandros C. Couloumbis2010-03-112-0/+2
| | | | SVN-Revision: 20143
* ar71xx: add 2.6.34 preliminary support (patches)Alexandros C. Couloumbis2010-03-1132-0/+1136
| | | | SVN-Revision: 20141
* generic-2.6: add 2.6.34 preliminary support (patches)Alexandros C. Couloumbis2010-03-11104-0/+33933
| | | | SVN-Revision: 20140
* ar71xx: add 2.6.34 preliminary supportAlexandros C. Couloumbis2010-03-111-0/+314
| | | | SVN-Revision: 20139
* generic-2.6: add 2.6.34 preliminary supportAlexandros C. Couloumbis2010-03-111-0/+2844
| | | | SVN-Revision: 20138
* add binutils-2.20.1Alexandros C. Couloumbis2010-03-118-0/+334
| | | | SVN-Revision: 20137
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-1159-12/+51
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* avr32: add missing CONFIG_SND_ATMEL_SOC config symbolNicolas Thill2010-03-111-0/+1
| | | | SVN-Revision: 20135
* define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog ↵Florian Fainelli2010-03-112-1/+3
| | | | | | init message Patch from Bernhard Loos. SVN-Revision: 20134
* kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIGNicolas Thill2010-03-111-1/+4
| | | | SVN-Revision: 20133
* Add kernel sound packagesLars-Peter Clausen2010-03-118-142/+80
| | | | SVN-Revision: 20132
* jz4740-i2s: Export jz4740_i2s_daiLars-Peter Clausen2010-03-111-0/+1
| | | | SVN-Revision: 20131
* kernel: Add SoC sound support packageLars-Peter Clausen2010-03-111-0/+10
| | | | SVN-Revision: 20130
* dma: export jz4740_dma_requestLars-Peter Clausen2010-03-111-2/+3
| | | | SVN-Revision: 20129
* metronomefb: Add rotation support and some minor cleanupsLars-Peter Clausen2010-03-112-96/+214
| | | | SVN-Revision: 20128
* n516-lpc: Fix irq strom during resumeLars-Peter Clausen2010-03-111-1/+1
| | | | SVN-Revision: 20127
* ar7: platform has *no* PCI support, override CONFIG_PCI defaultNicolas Thill2010-03-101-0/+1
| | | | SVN-Revision: 20126
* mac80211: fix build problems with kmod-mac80211=nHauke Mehrtens2010-03-101-2/+3
| | | | | | | | Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko. Fix problem in ticket #6813. SVN-Revision: 20125
* base-files: fix preinit code typosNicolas Thill2010-03-102-2/+2
| | | | | | | Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> Acked-by: Daniel Dickinson <cshore@csolve.net> SVN-Revision: 20124
* kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with ↵Nicolas Thill2010-03-101-1/+1
| | | | | | the other stable nfs modules) SVN-Revision: 20123
* busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) ↵Nicolas Thill2010-03-101-1/+1
| | | | | | option SVN-Revision: 20122
* ar71xx: create smaller sysupgrade files for the TP-Link boardsGabor Juhos2010-03-101-1/+6
| | | | SVN-Revision: 20121