forked from Ivasoft/openwrt
ramips: remove RAM size from device name for UniElec devices
UniElec devices are the last ones in ramips target still having the RAM size in device name although RAM size is auto-detected. Remove this from device name, compatible, etc., as it's not required and might be misleading to users and developers adding device support copying those devices. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
John Crispin
parent
cc5256a8bf
commit
4408723d42
@@ -401,7 +401,7 @@ tplink,tl-wr902ac-v3)
|
||||
ucidef_set_led_wlan "wlan2g" "wlan2g" "$boardname:green:wlan" "phy0tpt"
|
||||
ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch0" "0x10"
|
||||
;;
|
||||
unielec,u7628-01-128m-16m)
|
||||
unielec,u7628-01-16m)
|
||||
ucidef_set_led_switch "lan1" "lan1" "u7628-01:green:lan1" "switch0" "0x2"
|
||||
ucidef_set_led_switch "lan2" "lan2" "u7628-01:green:lan2" "switch0" "0x4"
|
||||
ucidef_set_led_switch "lan3" "lan3" "u7628-01:green:lan3" "switch0" "0x8"
|
||||
|
||||
@@ -82,8 +82,8 @@ ramips_setup_interfaces()
|
||||
telco-electronics,x1|\
|
||||
totolink,a7000r|\
|
||||
totolink,lr1200|\
|
||||
unielec,u7621-06-256m-16m|\
|
||||
unielec,u7621-06-512m-64m|\
|
||||
unielec,u7621-06-16m|\
|
||||
unielec,u7621-06-64m|\
|
||||
wavlink,wl-wn570ha1|\
|
||||
wavlink,wl-wn575a3|\
|
||||
xiaomi,miwifi-mini|\
|
||||
@@ -211,7 +211,7 @@ ramips_setup_interfaces()
|
||||
tplink,tl-wr841n-v13|\
|
||||
tplink,tl-wr841n-v14|\
|
||||
tplink,tl-wr842n-v5|\
|
||||
unielec,u7628-01-128m-16m|\
|
||||
unielec,u7628-01-16m|\
|
||||
ubiquiti,edgerouterx|\
|
||||
ubiquiti,edgerouterx-sfp|\
|
||||
upvel,ur-326n4g|\
|
||||
|
||||
Reference in New Issue
Block a user