ramips: fix Edimax BR-6425 board name
authorJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 05:59:57 +0000 (05:59 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 05:59:57 +0000 (05:59 +0000)
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46626

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 7bd52e19bb8953d392ac2f2aa7407d9b8a20adad..1ae4510b4c2145a55672c3f9a48ca2d60f5086af 100755 (executable)
@@ -60,7 +60,7 @@ case $board in
        bc2)
                set_usb_led "bc2:blue:usb"
                ;;
        bc2)
                set_usb_led "bc2:blue:usb"
                ;;
-       br6425)
+       br-6425)
                set_wifi_led "edimax:orange:wlan"
                ;;
        br-6475nd)
                set_wifi_led "edimax:orange:wlan"
                ;;
        br-6475nd)
index f8b7e89545993a66c4ad66bef22aa7a358a6cace..712e93cdbdfded4ed01e6a272328c5f248c6ab0b 100644 (file)
@@ -36,7 +36,7 @@ get_status_led() {
        br6524n)
                status_led="edimax:blue:power"
                ;;
        br6524n)
                status_led="edimax:blue:power"
                ;;
-       br6425 | br-6475nd)
+       br-6425 | br-6475nd)
                status_led="edimax:green:power"
                ;;
        cf-wr800n)
                status_led="edimax:green:power"
                ;;
        cf-wr800n)
index 58d7fc9d452a66a3299ee5954a6cc6cc5f81c97d..36ba3f2a8bf22c614b975a222c5af7ebbf53475c 100755 (executable)
@@ -41,7 +41,7 @@ ramips_board_detect() {
                name="air3gii"
                ;;
        *"Edimax BR-6425")
                name="air3gii"
                ;;
        *"Edimax BR-6425")
-               name="br6425"
+               name="br-6425"
                ;;
        *"Allnet ALL0239-3G")
                name="all0239-3g"
                ;;
        *"Allnet ALL0239-3G")
                name="all0239-3g"