forked from Ivasoft/openwrt
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> SVN-Revision: 46614
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -228,7 +228,7 @@ ramips_setup_interfaces()
|
||||
ucidef_add_switch_vlan "switch0" "2" "6t"
|
||||
;;
|
||||
|
||||
wr8305rt)
|
||||
zbt-wr8305rt)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4 6t"
|
||||
|
||||
@@ -196,8 +196,8 @@ get_status_led() {
|
||||
wr512-3gn)
|
||||
status_led="wr512:green:wps"
|
||||
;;
|
||||
wr8305rt)
|
||||
status_led="wr8305rt:sys"
|
||||
zbt-wr8305rt)
|
||||
status_led="zbt-wr8305rt:sys"
|
||||
;;
|
||||
whr-300hp2 | \
|
||||
whr-600d | \
|
||||
|
||||
Reference in New Issue
Block a user