aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 05:57:41 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 05:57:41 +0000
commit51f7506fa167740475e51cbbf7a891f5a3e35173 (patch)
tree54ca219eccce979e6e0be53b350163058bd3a5fe /target/linux/ramips/base-files/etc/board.d/01_leds
parente3765c118a2ea6a6ba1c6f8b5eaa82f02627d9dc (diff)
downloadmaster-187ad058-51f7506fa167740475e51cbbf7a891f5a3e35173.tar.gz
master-187ad058-51f7506fa167740475e51cbbf7a891f5a3e35173.tar.bz2
master-187ad058-51f7506fa167740475e51cbbf7a891f5a3e35173.zip
ramips: fix Zbtlink ZBT-WR8305RT board name
There is another Zbtlink board (ZBT-WA05) supported in ramips target, so use the same naming scheme for ZBT-WR8305RT board and its dts file. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46614 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index c6bfd7e7a8..bb990c97ed 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -245,10 +245,10 @@ case $board in
ucidef_set_led_default "power" "power" "oy:green:power" "1"
set_wifi_led "oy:green:wifi"
;;
- wr8305rt)
- ucidef_set_led_default "power" "power" "wr8305rt:sys" "1"
- set_usb_led "wr8305rt:usb"
- set_wifi_led "wr8305rt:wifi"
+ zbt-wr8305rt)
+ ucidef_set_led_default "power" "power" "zbt-wr8305rt:sys" "1"
+ set_usb_led "zbt-wr8305rt:usb"
+ set_wifi_led "zbt-wr8305rt:wifi"
;;
wt1520)
set_wifi_led "rt2800pci-phy0::radio"