ramips: fix Edimax BR-6425 board name
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 17 Aug 2015 05:59:57 +0000 (05:59 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 17 Aug 2015 05:59:57 +0000 (05:59 +0000)
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46626 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/base-files/etc/board.d/01_leds
target/linux/ramips/base-files/etc/diag.sh
target/linux/ramips/base-files/lib/ramips.sh

index 7bd52e1..1ae4510 100755 (executable)
@@ -60,7 +60,7 @@ case $board in
        bc2)
                set_usb_led "bc2:blue:usb"
                ;;
-       br6425)
+       br-6425)
                set_wifi_led "edimax:orange:wlan"
                ;;
        br-6475nd)
index f8b7e89..712e93c 100644 (file)
@@ -36,7 +36,7 @@ get_status_led() {
        br6524n)
                status_led="edimax:blue:power"
                ;;
-       br6425 | br-6475nd)
+       br-6425 | br-6475nd)
                status_led="edimax:green:power"
                ;;
        cf-wr800n)
index 58d7fc9..36ba3f2 100755 (executable)
@@ -41,7 +41,7 @@ ramips_board_detect() {
                name="air3gii"
                ;;
        *"Edimax BR-6425")
-               name="br6425"
+               name="br-6425"
                ;;
        *"Allnet ALL0239-3G")
                name="all0239-3g"