ramips: fix Edimax BR-6425 board name

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>

SVN-Revision: 46626
This commit is contained in:
John Crispin 2015-08-17 05:59:57 +00:00
parent 40f808600c
commit 0bb270429d
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ case $board in
bc2) bc2)
set_usb_led "bc2:blue:usb" set_usb_led "bc2:blue:usb"
;; ;;
br6425) br-6425)
set_wifi_led "edimax:orange:wlan" set_wifi_led "edimax:orange:wlan"
;; ;;
br-6475nd) br-6475nd)

View file

@ -36,7 +36,7 @@ get_status_led() {
br6524n) br6524n)
status_led="edimax:blue:power" status_led="edimax:blue:power"
;; ;;
br6425 | br-6475nd) br-6425 | br-6475nd)
status_led="edimax:green:power" status_led="edimax:green:power"
;; ;;
cf-wr800n) cf-wr800n)

View file

@ -41,7 +41,7 @@ ramips_board_detect() {
name="air3gii" name="air3gii"
;; ;;
*"Edimax BR-6425") *"Edimax BR-6425")
name="br6425" name="br-6425"
;; ;;
*"Allnet ALL0239-3G") *"Allnet ALL0239-3G")
name="all0239-3g" name="all0239-3g"