1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00

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

@ -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)

@ -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)

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