summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-12-07 15:15:41 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-12-07 15:15:41 +0000
commite5ca4d81f4c930ee02dad6c8bab3f8a18e638141 (patch)
tree16e716b06bfc81040fcb1dfb38af42f9788e02e7 /target/linux/brcm63xx/base-files
parent27705d7fcf12dcfb34eadb55350d0f90344f1e17 (diff)
downloadmaster-31e0f0ae-e5ca4d81f4c930ee02dad6c8bab3f8a18e638141.tar.gz
master-31e0f0ae-e5ca4d81f4c930ee02dad6c8bab3f8a18e638141.tar.bz2
master-31e0f0ae-e5ca4d81f4c930ee02dad6c8bab3f8a18e638141.zip
Remove patch 140-new_bcm96348gw_leds because it is really the GW6200 leds, not the generic 96348GW. Another commit will add the GW6200 specific boardid and leds. This removal reverts the 96348GW leds to the reference design GPIOs.
SVN-Revision: 24302
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index 6f0028218f..25f2ab47e6 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -15,8 +15,7 @@ brcm63xx_detect() {
case "$board_name" in
"bcm63xx/96348GW "*)
- status_led="tel"
- status_led2="line1"
+ status_led="power"
brcm63xx_has_reset_button="true"
ifname=eth1
;;