oweals/openwrt.git
15 years agomodules.mk: Fix typo
Lars-Peter Clausen [Sat, 13 Mar 2010 14:45:57 +0000 (14:45 +0000)]
modules.mk: Fix typo

SVN-Revision: 20179

15 years agobase-files: force preinit to use busybox mount (#6797)
Jo-Philipp Wich [Sat, 13 Mar 2010 02:59:05 +0000 (02:59 +0000)]
base-files: force preinit to use busybox mount (#6797)

SVN-Revision: 20176

15 years agopackage/base-files: call preinit_ip_deconfig before processing init on initramfs...
Gabor Juhos [Fri, 12 Mar 2010 14:37:19 +0000 (14:37 +0000)]
package/base-files: call preinit_ip_deconfig before processing init on initramfs images

SVN-Revision: 20159

15 years agoadd support for 2.6.33
Florian Fainelli [Fri, 12 Mar 2010 14:24:17 +0000 (14:24 +0000)]
add support for 2.6.33

SVN-Revision: 20158

15 years agofix the building of the lzo decompressor on some architectures
Florian Fainelli [Fri, 12 Mar 2010 14:24:12 +0000 (14:24 +0000)]
fix the building of the lzo decompressor on some architectures

SVN-Revision: 20157

15 years agoremove CONFIG_PCI=y missed from [20136] in generic 2.6.30 config
Nicolas Thill [Fri, 12 Mar 2010 11:50:45 +0000 (11:50 +0000)]
remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 config

SVN-Revision: 20156

15 years agoath9k: fix a client mode crash that happens on wpa rekeying
Felix Fietkau [Fri, 12 Mar 2010 03:03:57 +0000 (03:03 +0000)]
ath9k: fix a client mode crash that happens on wpa rekeying

SVN-Revision: 20155

15 years agosstrip: fix a section length corruption bug (patch from #6847)
Felix Fietkau [Fri, 12 Mar 2010 00:35:36 +0000 (00:35 +0000)]
sstrip: fix a section length corruption bug (patch from #6847)

SVN-Revision: 20154

15 years agominstrel_ht: make the ewma of the ampdu length more smooth by updating it on stats...
Felix Fietkau [Thu, 11 Mar 2010 22:08:06 +0000 (22:08 +0000)]
minstrel_ht: make the ewma of the ampdu length more smooth by updating it on stats updates and reduce the frequency of aggregation checks

SVN-Revision: 20153

15 years agoFix image generation for qi_lb60 subtarget
Lars-Peter Clausen [Thu, 11 Mar 2010 19:02:00 +0000 (19:02 +0000)]
Fix image generation for qi_lb60 subtarget

SVN-Revision: 20152

15 years agomips: allow the compiler to optimize memset, memcmp, memcpy for better performance...
Felix Fietkau [Thu, 11 Mar 2010 18:49:01 +0000 (18:49 +0000)]
mips: allow the compiler to optimize memset, memcmp, memcpy for better performance and (in some instances) smaller code

SVN-Revision: 20151

15 years agoar71xx: fix oprofile support
Felix Fietkau [Thu, 11 Mar 2010 18:48:57 +0000 (18:48 +0000)]
ar71xx: fix oprofile support

SVN-Revision: 20150

15 years agothe mips -ffreestanding patch has been unnecessary for a long time now, remove it
Felix Fietkau [Thu, 11 Mar 2010 18:48:50 +0000 (18:48 +0000)]
the mips -ffreestanding patch has been unnecessary for a long time now, remove it

SVN-Revision: 20149

15 years agokernel: fix kmod-pcmcia-yenta on 2.4
Nicolas Thill [Thu, 11 Mar 2010 16:37:11 +0000 (16:37 +0000)]
kernel: fix kmod-pcmcia-yenta on 2.4

SVN-Revision: 20147

15 years agofix kernel modules dependences for i2c and ata-core
Claudio Mignanti [Thu, 11 Mar 2010 15:38:50 +0000 (15:38 +0000)]
fix kernel modules dependences for i2c and ata-core

SVN-Revision: 20146

15 years agomac80211: improve performance a bit
Felix Fietkau [Thu, 11 Mar 2010 15:30:37 +0000 (15:30 +0000)]
mac80211: improve performance a bit

SVN-Revision: 20145

15 years agoadm5120: add CONFIG_PCI=y on router_le too
Alexandros C. Couloumbis [Thu, 11 Mar 2010 13:08:41 +0000 (13:08 +0000)]
adm5120: add CONFIG_PCI=y on router_le too

SVN-Revision: 20143

15 years agoar71xx: add 2.6.34 preliminary support (patches)
Alexandros C. Couloumbis [Thu, 11 Mar 2010 12:25:50 +0000 (12:25 +0000)]
ar71xx: add 2.6.34 preliminary support (patches)

SVN-Revision: 20141

15 years agogeneric-2.6: add 2.6.34 preliminary support (patches)
Alexandros C. Couloumbis [Thu, 11 Mar 2010 12:24:17 +0000 (12:24 +0000)]
generic-2.6: add 2.6.34 preliminary support (patches)

SVN-Revision: 20140

15 years agoar71xx: add 2.6.34 preliminary support
Alexandros C. Couloumbis [Thu, 11 Mar 2010 11:57:21 +0000 (11:57 +0000)]
ar71xx: add 2.6.34 preliminary support

SVN-Revision: 20139

15 years agogeneric-2.6: add 2.6.34 preliminary support
Alexandros C. Couloumbis [Thu, 11 Mar 2010 11:55:34 +0000 (11:55 +0000)]
generic-2.6: add 2.6.34 preliminary support

SVN-Revision: 20138

15 years agoadd binutils-2.20.1
Alexandros C. Couloumbis [Thu, 11 Mar 2010 11:50:25 +0000 (11:50 +0000)]
add binutils-2.20.1

SVN-Revision: 20137

15 years agodo *not* enable CONFIG_PCI in generic config, but on targets where it makes sense...
Nicolas Thill [Thu, 11 Mar 2010 09:50:11 +0000 (09:50 +0000)]
do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])

SVN-Revision: 20136

15 years agoavr32: add missing CONFIG_SND_ATMEL_SOC config symbol
Nicolas Thill [Thu, 11 Mar 2010 09:19:34 +0000 (09:19 +0000)]
avr32: add missing CONFIG_SND_ATMEL_SOC config symbol

SVN-Revision: 20135

15 years agodefine panic_on_unrecovered_nmi in the southbridge driver and fix watchdog init messa...
Florian Fainelli [Thu, 11 Mar 2010 09:16:55 +0000 (09:16 +0000)]
define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog init message Patch from Bernhard Loos.

SVN-Revision: 20134

15 years agokernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG
Nicolas Thill [Thu, 11 Mar 2010 09:12:44 +0000 (09:12 +0000)]
kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG

SVN-Revision: 20133

15 years agoAdd kernel sound packages
Lars-Peter Clausen [Thu, 11 Mar 2010 02:00:59 +0000 (02:00 +0000)]
Add kernel sound packages

SVN-Revision: 20132

15 years agojz4740-i2s: Export jz4740_i2s_dai
Lars-Peter Clausen [Thu, 11 Mar 2010 01:54:09 +0000 (01:54 +0000)]
jz4740-i2s: Export jz4740_i2s_dai

SVN-Revision: 20131

15 years agokernel: Add SoC sound support package
Lars-Peter Clausen [Thu, 11 Mar 2010 01:35:12 +0000 (01:35 +0000)]
kernel: Add SoC sound support package

SVN-Revision: 20130

15 years agodma: export jz4740_dma_request
Lars-Peter Clausen [Thu, 11 Mar 2010 01:29:44 +0000 (01:29 +0000)]
dma: export jz4740_dma_request

SVN-Revision: 20129

15 years agometronomefb: Add rotation support and some minor cleanups
Lars-Peter Clausen [Thu, 11 Mar 2010 00:29:21 +0000 (00:29 +0000)]
metronomefb: Add rotation support and some minor cleanups

SVN-Revision: 20128

15 years agon516-lpc: Fix irq strom during resume
Lars-Peter Clausen [Thu, 11 Mar 2010 00:28:39 +0000 (00:28 +0000)]
n516-lpc: Fix irq strom during resume

SVN-Revision: 20127

15 years agoar7: platform has *no* PCI support, override CONFIG_PCI default
Nicolas Thill [Wed, 10 Mar 2010 22:24:52 +0000 (22:24 +0000)]
ar7: platform has *no* PCI support, override CONFIG_PCI default

SVN-Revision: 20126

15 years agomac80211: fix build problems with kmod-mac80211=n
Hauke Mehrtens [Wed, 10 Mar 2010 21:51:17 +0000 (21:51 +0000)]
mac80211: fix build problems with kmod-mac80211=n

Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko.

Fix problem in ticket #6813.

SVN-Revision: 20125

15 years agobase-files: fix preinit code typos
Nicolas Thill [Wed, 10 Mar 2010 18:09:53 +0000 (18:09 +0000)]
base-files: fix preinit code typos

Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
Acked-by: Daniel Dickinson <cshore@csolve.net>
SVN-Revision: 20124

15 years agokernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other...
Nicolas Thill [Wed, 10 Mar 2010 17:53:04 +0000 (17:53 +0000)]
kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules)

SVN-Revision: 20123

15 years agobusybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) option
Nicolas Thill [Wed, 10 Mar 2010 17:49:14 +0000 (17:49 +0000)]
busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) option

SVN-Revision: 20122

15 years agoar71xx: create smaller sysupgrade files for the TP-Link boards
Gabor Juhos [Wed, 10 Mar 2010 17:41:52 +0000 (17:41 +0000)]
ar71xx: create smaller sysupgrade files for the TP-Link boards

SVN-Revision: 20121

15 years agomktplinkfw: add option to strip padding from the end of the image
Gabor Juhos [Wed, 10 Mar 2010 17:41:50 +0000 (17:41 +0000)]
mktplinkfw: add option to strip padding from the end of the image

SVN-Revision: 20120

15 years agoar71xx: fix sysupgrade on the LS-SR71 board
Gabor Juhos [Wed, 10 Mar 2010 17:41:45 +0000 (17:41 +0000)]
ar71xx: fix sysupgrade on the LS-SR71 board

SVN-Revision: 20119

15 years agouboot-envtools: mark as 2.6 only, use a shorter title and a longer description
Nicolas Thill [Wed, 10 Mar 2010 04:17:22 +0000 (04:17 +0000)]
uboot-envtools: mark as 2.6 only, use a shorter title and a longer description

SVN-Revision: 20118

15 years agouse a common way of marking packages as not supported on specific targets
Nicolas Thill [Wed, 10 Mar 2010 04:12:57 +0000 (04:12 +0000)]
use a common way of marking packages as not supported on specific targets

SVN-Revision: 20117

15 years agosort entries in images md5sums files
Nicolas Thill [Wed, 10 Mar 2010 04:03:37 +0000 (04:03 +0000)]
sort entries in images md5sums files

SVN-Revision: 20116

15 years agoRevert "mac80211/ath9k: fix duration calculation for short-guard-interval frames...
Felix Fietkau [Wed, 10 Mar 2010 01:17:23 +0000 (01:17 +0000)]
Revert "mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)" again It appears to be causing trouble at least with some clients.

SVN-Revision: 20115

15 years agomac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks...
Felix Fietkau [Wed, 10 Mar 2010 01:09:17 +0000 (01:09 +0000)]
mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)

SVN-Revision: 20114

15 years agomac80211: fix compile for 2.6.33 (thx, acoul)
Felix Fietkau [Wed, 10 Mar 2010 01:09:12 +0000 (01:09 +0000)]
mac80211: fix compile for 2.6.33 (thx, acoul)

SVN-Revision: 20113

15 years agoar8216: fix the mtu register definition
Felix Fietkau [Tue, 9 Mar 2010 21:43:16 +0000 (21:43 +0000)]
ar8216: fix the mtu register definition

SVN-Revision: 20110

15 years agohostapd: restore wds sta state after the sta reassociates
Felix Fietkau [Tue, 9 Mar 2010 21:33:24 +0000 (21:33 +0000)]
hostapd: restore wds sta state after the sta reassociates

SVN-Revision: 20108

15 years agomac80211: fix interface setup for wds client sometimes an interface does not get...
Felix Fietkau [Tue, 9 Mar 2010 21:23:14 +0000 (21:23 +0000)]
mac80211: fix interface setup for wds client sometimes an interface does not get added to the bridge properly this seems to be a race of interface setup vs wpa_supplicant fix this by configuring the interface only after wpa_supplicant has been started

SVN-Revision: 20106

15 years agohostapd: remove the hotplug script for adding wds station interfaces to a bridge...
Felix Fietkau [Tue, 9 Mar 2010 21:16:38 +0000 (21:16 +0000)]
hostapd: remove the hotplug script for adding wds station interfaces to a bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge

SVN-Revision: 20104

15 years agohostapd: fix setting the station vlan for wds stations on reauthentication
Felix Fietkau [Tue, 9 Mar 2010 21:16:32 +0000 (21:16 +0000)]
hostapd: fix setting the station vlan for wds stations on reauthentication

SVN-Revision: 20103

15 years agoar71xx: add default network configuration for the PB44 board
Gabor Juhos [Tue, 9 Mar 2010 18:05:58 +0000 (18:05 +0000)]
ar71xx: add default network configuration for the PB44 board

SVN-Revision: 20099

15 years agoadm5120: fix USB LED configuration for the BR-6104KP (closes #4187)
Gabor Juhos [Tue, 9 Mar 2010 18:05:55 +0000 (18:05 +0000)]
adm5120: fix USB LED configuration for the BR-6104KP (closes #4187)

  * Thanks to Eugeny Zadevalov

SVN-Revision: 20098

15 years agoar71xx: add uci-defaults for the RB750 board
Gabor Juhos [Tue, 9 Mar 2010 18:05:51 +0000 (18:05 +0000)]
ar71xx: add uci-defaults for the RB750 board

SVN-Revision: 20097

15 years agoar71xx: override lan port names on the RB750
Gabor Juhos [Tue, 9 Mar 2010 18:05:48 +0000 (18:05 +0000)]
ar71xx: override lan port names on the RB750

SVN-Revision: 20096

15 years agoar71xx: allow overriding of the lan port names on AP91 based boards
Gabor Juhos [Tue, 9 Mar 2010 18:05:45 +0000 (18:05 +0000)]
ar71xx: allow overriding of the lan port names on AP91 based boards

SVN-Revision: 20095

15 years agoar71xx: improve wget2nand script
Gabor Juhos [Tue, 9 Mar 2010 18:05:42 +0000 (18:05 +0000)]
ar71xx: improve wget2nand script

SVN-Revision: 20094

15 years agoar71xx: fix a typo in the ar7240 dsa driver
Gabor Juhos [Tue, 9 Mar 2010 18:05:39 +0000 (18:05 +0000)]
ar71xx: fix a typo in the ar7240 dsa driver

SVN-Revision: 20093

15 years agoar71xx: ag71xx: fix MAC address setup
Gabor Juhos [Tue, 9 Mar 2010 18:05:36 +0000 (18:05 +0000)]
ar71xx: ag71xx: fix MAC address setup

SVN-Revision: 20092

15 years agoar71xx: add missing protocol definitions to default network configurations
Gabor Juhos [Tue, 9 Mar 2010 18:05:31 +0000 (18:05 +0000)]
ar71xx: add missing protocol definitions to default network configurations

SVN-Revision: 20091

15 years agohostapd: upgrade to 20100309
Felix Fietkau [Tue, 9 Mar 2010 17:36:10 +0000 (17:36 +0000)]
hostapd: upgrade to 20100309

SVN-Revision: 20090

15 years agomac80211: add support for the noscan option for skipping the initial scan on hostapd...
Felix Fietkau [Tue, 9 Mar 2010 17:36:04 +0000 (17:36 +0000)]
mac80211: add support for the noscan option for skipping the initial scan on hostapd startup

SVN-Revision: 20089

15 years agowpa_supplicant: fix bridging settings for wds
Felix Fietkau [Tue, 9 Mar 2010 17:35:59 +0000 (17:35 +0000)]
wpa_supplicant: fix bridging settings for wds

SVN-Revision: 20088

15 years agoswitch to 2.6.32
Florian Fainelli [Tue, 9 Mar 2010 16:59:14 +0000 (16:59 +0000)]
switch to 2.6.32

SVN-Revision: 20087

15 years agofix missing bits in ar7.h after r20037
Florian Fainelli [Tue, 9 Mar 2010 16:59:08 +0000 (16:59 +0000)]
fix missing bits in ar7.h after r20037

SVN-Revision: 20086

15 years agoscripts/metadata.pl: fix handling of multiple conditional depends on the same package
Felix Fietkau [Tue, 9 Mar 2010 15:51:40 +0000 (15:51 +0000)]
scripts/metadata.pl: fix handling of multiple conditional depends on the same package

SVN-Revision: 20085

15 years agoremove dependency on CONFIG_ALL
Jo-Philipp Wich [Tue, 9 Mar 2010 14:49:53 +0000 (14:49 +0000)]
remove dependency on CONFIG_ALL

SVN-Revision: 20084

15 years agoSeveral small fixes for ar8216 driver (patch by Jonas Gorski)
Felix Fietkau [Tue, 9 Mar 2010 14:35:41 +0000 (14:35 +0000)]
Several small fixes for ar8216 driver (patch by Jonas Gorski)

 * Create defines for some magic values/masks.

 * Change vlan_id to u16, to allow VIDs > 255.

 * Add a range check to set_pvid as it isn't a VID, but the index
   in the vlan table.

 * Set the max VID to 4094, since 4095 is a reserved value and
   should not be used.

 * In mangle_rx replace the provided VID with the VID of the table
   entry of the port, not the index of the table.

 * In hw_apply, remove a redundant emptyness check (was already
   checked several lines above).

 * In no vlan mode do not set the ingress mode to secure, as there
   are no vlan table entries, but to use the port's destination
   masks. Otherwise the switch won't forward anything.

 * In read_status tell that the phy is up (taken from the rtl8306
   driver).

SVN-Revision: 20083

15 years agojz4740: Properly setup intc irq handler.
Lars-Peter Clausen [Tue, 9 Mar 2010 12:03:48 +0000 (12:03 +0000)]
jz4740: Properly setup intc irq handler.

SVN-Revision: 20082

15 years agodnsmasq: remove redundant code introduced with r20074
Jo-Philipp Wich [Tue, 9 Mar 2010 01:41:06 +0000 (01:41 +0000)]
dnsmasq: remove redundant code introduced with r20074

SVN-Revision: 20079

15 years agon516-lpc: Ack wakeup events and some minor cleanups
Lars-Peter Clausen [Tue, 9 Mar 2010 00:03:40 +0000 (00:03 +0000)]
n516-lpc: Ack wakeup events and some minor cleanups

SVN-Revision: 20075

15 years agodnsmasq: allow multiple macs per static lease address (#6205)
Jo-Philipp Wich [Mon, 8 Mar 2010 23:28:55 +0000 (23:28 +0000)]
dnsmasq: allow multiple macs per static lease address (#6205)

SVN-Revision: 20074

15 years agomac80211: build ipw2x00 driver from compat-wireless
Hauke Mehrtens [Mon, 8 Mar 2010 22:05:36 +0000 (22:05 +0000)]
mac80211: build ipw2x00 driver from compat-wireless

ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel.

SVN-Revision: 20073

15 years agobrcm47xx: fix commit r18413 "128MB ram problem"
Hauke Mehrtens [Mon, 8 Mar 2010 22:03:00 +0000 (22:03 +0000)]
brcm47xx: fix commit r18413 "128MB ram problem"

The patch commited in r18413 was wrong.
This patch prevents prom_init_mem from scanning over 128MB ram.
This is from #6765 and #3177

Refresh all patches

SVN-Revision: 20072

15 years agojz4740-gpio: Fix potential race condition
Lars-Peter Clausen [Mon, 8 Mar 2010 20:34:40 +0000 (20:34 +0000)]
jz4740-gpio: Fix potential race condition

SVN-Revision: 20071

15 years agoFix gpio and irq wakeup irq handling.
Lars-Peter Clausen [Mon, 8 Mar 2010 20:34:01 +0000 (20:34 +0000)]
Fix gpio and irq wakeup irq handling.

SVN-Revision: 20070

15 years agoExport gpio and irq registers through debugfs
Lars-Peter Clausen [Mon, 8 Mar 2010 20:32:08 +0000 (20:32 +0000)]
Export gpio and irq registers through debugfs

SVN-Revision: 20069

15 years agomktplinkfw: fix help string, and remove duplicated option
Gabor Juhos [Mon, 8 Mar 2010 17:35:07 +0000 (17:35 +0000)]
mktplinkfw: fix help string, and remove duplicated option

SVN-Revision: 20067

15 years agopackage: fix w1-gpio-custom package (closes #6770)
Gabor Juhos [Mon, 8 Mar 2010 17:35:03 +0000 (17:35 +0000)]
package: fix w1-gpio-custom package (closes #6770)

SVN-Revision: 20066

15 years agomkimage: fix spurious build errors caused by its braindead build system
Felix Fietkau [Mon, 8 Mar 2010 17:17:46 +0000 (17:17 +0000)]
mkimage: fix spurious build errors caused by its braindead build system

SVN-Revision: 20065

15 years agoimagebuilder: add REVISION variable (closes #6795)
Gabor Juhos [Mon, 8 Mar 2010 17:00:46 +0000 (17:00 +0000)]
imagebuilder: add REVISION variable (closes #6795)

SVN-Revision: 20064

15 years agoar71xx: simplify WP543 image generation, and fix rootfs offset
Gabor Juhos [Mon, 8 Mar 2010 15:32:48 +0000 (15:32 +0000)]
ar71xx: simplify WP543 image generation, and fix rootfs offset

SVN-Revision: 20063

15 years agoadd missing file from patch
Travis Kemen [Mon, 8 Mar 2010 15:25:53 +0000 (15:25 +0000)]
add missing file from patch

SVN-Revision: 20062

15 years agofinish cleaning my broken commit
Travis Kemen [Mon, 8 Mar 2010 15:03:42 +0000 (15:03 +0000)]
finish cleaning my broken commit

SVN-Revision: 20061

15 years agoar71xx: sync .33 config
Gabor Juhos [Mon, 8 Mar 2010 14:38:46 +0000 (14:38 +0000)]
ar71xx: sync .33 config

SVN-Revision: 20060

15 years agoar71xx: enable AR7240 DSA driver on 2.6.33 as well
Gabor Juhos [Mon, 8 Mar 2010 14:38:43 +0000 (14:38 +0000)]
ar71xx: enable AR7240 DSA driver on 2.6.33 as well

SVN-Revision: 20059

15 years agofix missing parts of r19997.
Travis Kemen [Mon, 8 Mar 2010 14:21:32 +0000 (14:21 +0000)]
fix missing parts of r19997.

SVN-Revision: 20057

15 years agoar71xx: refresh patches
Gabor Juhos [Mon, 8 Mar 2010 13:00:23 +0000 (13:00 +0000)]
ar71xx: refresh patches

SVN-Revision: 20055

15 years agoar71xx: add NAND driver for the RB750
Gabor Juhos [Mon, 8 Mar 2010 12:10:23 +0000 (12:10 +0000)]
ar71xx: add NAND driver for the RB750

SVN-Revision: 20054

15 years agoar71xx: add ar71xx_gpio_function_setup
Gabor Juhos [Mon, 8 Mar 2010 12:10:14 +0000 (12:10 +0000)]
ar71xx: add ar71xx_gpio_function_setup

SVN-Revision: 20053

15 years agopackage: add module for the RB750 LED driver
Gabor Juhos [Mon, 8 Mar 2010 12:10:07 +0000 (12:10 +0000)]
package: add module for the RB750 LED driver

SVN-Revision: 20052

15 years agoar71xx: add LED driver for the RB750
Gabor Juhos [Mon, 8 Mar 2010 12:10:01 +0000 (12:10 +0000)]
ar71xx: add LED driver for the RB750

SVN-Revision: 20051

15 years agoar71xx: add latch handling code for the RB750
Gabor Juhos [Mon, 8 Mar 2010 12:09:49 +0000 (12:09 +0000)]
ar71xx: add latch handling code for the RB750

SVN-Revision: 20050

15 years agoar71xx: increase kernel partition size for the WP543 boards
Gabor Juhos [Mon, 8 Mar 2010 12:09:38 +0000 (12:09 +0000)]
ar71xx: increase kernel partition size for the WP543 boards

SVN-Revision: 20049

15 years agodnsmasq: prevent bad command line error when a dhcp pool has ignore set and the corre...
Jo-Philipp Wich [Mon, 8 Mar 2010 03:52:04 +0000 (03:52 +0000)]
dnsmasq: prevent bad command line error when a dhcp pool has ignore set and the corresponding iface has only whitespace as value

SVN-Revision: 20048

15 years agoacx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that just fails...
Nicolas Thill [Mon, 8 Mar 2010 01:55:31 +0000 (01:55 +0000)]
acx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that just fails on some targets)

SVN-Revision: 20047

15 years agomac80211: remove an obsolete patch which breaks 2.6.32 compat
Felix Fietkau [Mon, 8 Mar 2010 00:34:30 +0000 (00:34 +0000)]
mac80211: remove an obsolete patch which breaks 2.6.32 compat

SVN-Revision: 20046

15 years agomac80211: small whitespace fix in minstrel_ht
Felix Fietkau [Mon, 8 Mar 2010 00:34:26 +0000 (00:34 +0000)]
mac80211: small whitespace fix in minstrel_ht

SVN-Revision: 20045

15 years agoAdd sound support for the n516.
Lars-Peter Clausen [Sun, 7 Mar 2010 23:45:45 +0000 (23:45 +0000)]
Add sound support for the n516.

SVN-Revision: 20044

15 years agoAdd support for enabling/disabling the aic controllers clock.
Lars-Peter Clausen [Sun, 7 Mar 2010 23:44:58 +0000 (23:44 +0000)]
Add support for enabling/disabling the aic controllers clock.

SVN-Revision: 20043