ramips: apply consistent device name/compatible to ZBT-WE1026-5G
All Zbtlink ramips devices except the ZBT-WE1026-5G include the zbt-/ZBT- prefix in their model name. This changes ZBT-WE1026-5G to also follow that scheme. The patch moves some block to keep alphatical order. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Daniel Golle
parent
b376818f97
commit
400e56d22c
@@ -445,10 +445,6 @@ youku,yk1)
|
||||
set_wifi_led "$boardname:blue:air"
|
||||
ucidef_set_led_switch "wan" "wan" "$boardname:blue:wan" "switch0" "0x10"
|
||||
;;
|
||||
zbtlink,we1026-5g-16m)
|
||||
ucidef_set_led_netdev "lan" "LAN" "we1026-5g:green:lan" "eth0"
|
||||
set_wifi_led "we1026-5g:green:wifi"
|
||||
;;
|
||||
zbtlink,zbt-ape522ii)
|
||||
ucidef_set_led_netdev "wlan2g4" "wlan1-link" "$boardname:green:wlan2g4" "wlan1"
|
||||
ucidef_set_led_netdev "sys1" "wlan1" "$boardname:green:sys1" "wlan1" "tx rx"
|
||||
@@ -461,6 +457,10 @@ zbtlink,zbt-we826-16m|\
|
||||
zbtlink,zbt-we826-32m)
|
||||
set_wifi_led "zbt-we826:green:wifi"
|
||||
;;
|
||||
zbtlink,zbt-we1026-5g-16m)
|
||||
ucidef_set_led_netdev "lan" "LAN" "we1026-5g:green:lan" "eth0"
|
||||
set_wifi_led "we1026-5g:green:wifi"
|
||||
;;
|
||||
zbtlink,zbt-we1226)
|
||||
set_wifi_led "$boardname:green:wlan"
|
||||
ucidef_set_led_switch "lan1" "LAN1" "$boardname:green:lan1" "switch0" "0x01"
|
||||
|
||||
@@ -451,7 +451,7 @@ ramips_setup_interfaces()
|
||||
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "9@eth0"
|
||||
;;
|
||||
sparklan,wcr-150gn|\
|
||||
zbtlink,we1026-5g-16m)
|
||||
zbtlink,zbt-we1026-5g-16m)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0:lan" "6t@eth0"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user