diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-06-13 12:20:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-06-13 12:20:53 +0000 |
commit | e5e370a8763a9fc9f29650c7a97194cd3dcc574f (patch) | |
tree | 56a8761ede17547e43c5e71ab11ac2f1dfd15ed0 /target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch | |
parent | 8cbb2665690b65dfec1135c81e424d933a86771a (diff) | |
download | master-187ad058-e5e370a8763a9fc9f29650c7a97194cd3dcc574f.tar.gz master-187ad058-e5e370a8763a9fc9f29650c7a97194cd3dcc574f.tar.bz2 master-187ad058-e5e370a8763a9fc9f29650c7a97194cd3dcc574f.zip |
[brcm63xx] add missing alice gate2 leds (#6743)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch b/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch index 8f9ca8be5a..da2c3784c9 100644 --- a/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch +++ b/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch @@ -1,11 +1,9 @@ -Index: linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c -=================================================================== ---- linux-2.6.32.13.orig/arch/mips/bcm63xx/boards/board_bcm963xx.c 2010-05-27 21:36:02.000000000 -0400 -+++ linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c 2010-05-27 21:40:56.000000000 -0400 -@@ -331,29 +331,28 @@ - - .leds = { - { +--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c ++++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c +@@ -331,29 +331,28 @@ static struct board_info __initdata boar + + .leds = { + { - .name = "adsl-fail", - .gpio = 2, + .name = "line1", @@ -42,7 +40,7 @@ Index: linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c .active_low = 1, }, }, -@@ -855,6 +854,7 @@ +@@ -855,6 +854,7 @@ static struct platform_device bcm63xx_gp int __init board_register_devices(void) { u32 val; @@ -50,7 +48,7 @@ Index: linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c int button_count = 0; if (board.has_pccard) -@@ -902,7 +902,11 @@ +@@ -902,7 +902,11 @@ int __init board_register_devices(void) platform_device_register_simple("GPIODEV", 0, &gpiodev_resource, 1); |