diff options
author | John Crispin <blogic@openwrt.org> | 2015-08-17 06:01:23 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-08-17 06:01:23 +0000 |
commit | 84036d3104107843493b6849a512af1099647ef9 (patch) | |
tree | 72f9893859901641556b0c3d92a50f0cd95b95cd /target/linux/ramips/base-files | |
parent | 9ec7de4c1323bc0ed94e6ca06169c60daaae1bd6 (diff) | |
download | master-187ad058-84036d3104107843493b6849a512af1099647ef9.tar.gz master-187ad058-84036d3104107843493b6849a512af1099647ef9.tar.bz2 master-187ad058-84036d3104107843493b6849a512af1099647ef9.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46630 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 3 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 1 | ||||
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 3 |
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" ;; |