summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-07-12 12:31:30 +0000
committerJonas Gorski <jogo@openwrt.org>2014-07-12 12:31:30 +0000
commitaee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba (patch)
treef68eca6cd9095a976fdac27d3f9f89bbfda226db /target/linux/brcm63xx/base-files/lib/brcm63xx.sh
parentba3988fb16c1392c41e4710474fc5df1f1f92a83 (diff)
downloadmtk-20170518-aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba.zip
mtk-20170518-aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba.tar.gz
mtk-20170518-aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba.tar.bz2
brcm63xx: Use model name for ADB P.DG A4001N1
This patch also makes use of the new leds script. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41585
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index c6b2d20..afacffc 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -54,7 +54,7 @@ brcm63xx_detect() {
;;
963281T_TEF)
brcm63xx_has_reset_button="true"
- status_led="963281T_TEF:green:power"
+ status_led="A4001N1:green:power"
ifname=eth0
;;
96348GW)