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
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"
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"
asl26555)
status_led="asl26555:green:power"
;;
- br6524n)
- status_led="edimax:blue:power"
- ;;
br-6425 | br-6475nd)
status_led="edimax:green:power"
;;
+++ /dev/null
-#
-# 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))
-