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
v19.07.3_mercusys_ac12_duma
John Crispin 9 years ago
parent 2fe5cf2bd6
commit 0d464c360f

@ -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"
;;

@ -1,18 +0,0 @@
#
# Copyright (C) 2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/BR6524N
NAME:=Edimax BR6524N
PACKAGES:=kmod-switch-ip17xx kmod-swconfig swconfig
endef
define Profile/BR6524N/Description
Package set for Edimax BR6524N
endef
$(eval $(call Profile,BR6524N))
Loading…
Cancel
Save