forked from Ivasoft/openwrt
ramips: remove old code for Edimax BR-6524N
It seems that support for Edimax BR-6524N was dropped long time ago (dts file for this device is missing). This patch removes remaining code. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46630
This commit is contained in:
@@ -70,9 +70,6 @@ case $board in
|
||||
set_usb_led "red:diskmounted"
|
||||
set_wifi_led "red:wps_active"
|
||||
;;
|
||||
br6524n)
|
||||
set_wifi_led "edimax:blue:wlan"
|
||||
;;
|
||||
cf-wr800n)
|
||||
ucidef_set_led_netdev "lan" "lan" "comfast:white:ethernet" eth0.1
|
||||
set_wifi_led "comfast:white:wifi"
|
||||
|
||||
@@ -182,7 +182,6 @@ ramips_setup_interfaces()
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
;;
|
||||
|
||||
br6524n | \
|
||||
v11st-fe)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
|
||||
@@ -33,9 +33,6 @@ get_status_led() {
|
||||
asl26555)
|
||||
status_led="asl26555:green:power"
|
||||
;;
|
||||
br6524n)
|
||||
status_led="edimax:blue:power"
|
||||
;;
|
||||
br-6425 | br-6475nd)
|
||||
status_led="edimax:green:power"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user