summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 06:01:23 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 06:01:23 +0000
commit0d464c360f0de4d90c8b25b2b2960ac7b5392cae (patch)
tree411107119be04e71c69ead862231197cbd04b1fa /target/linux/ramips/base-files
parent2fe5cf2bd691b94a54651f95ea541194d6a4367c (diff)
downloadmaster-31e0f0ae-0d464c360f0de4d90c8b25b2b2960ac7b5392cae.tar.gz
master-31e0f0ae-0d464c360f0de4d90c8b25b2b2960ac7b5392cae.tar.bz2
master-31e0f0ae-0d464c360f0de4d90c8b25b2b2960ac7b5392cae.zip
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
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds3
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network1
-rw-r--r--target/linux/ramips/base-files/etc/diag.sh3
3 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index 1456be1abf..e872b39ffe 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -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"
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 334003d1ee..8c19b40de6 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -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"
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index f63cf31cb3..1e0a15efce 100644
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -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"
;;