Author: blogic Date: 2015-08-17 08:01:23 +0200 (Mon, 17 Aug 2015) New Revision: 46630
Removed: trunk/target/linux/ramips/rt288x/profiles/edimax.mk Modified: trunk/target/linux/ramips/base-files/etc/board.d/01_leds trunk/target/linux/ramips/base-files/etc/board.d/02_network trunk/target/linux/ramips/base-files/etc/diag.sh Log: 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 <[email protected]> Modified: trunk/target/linux/ramips/base-files/etc/board.d/01_leds =================================================================== --- trunk/target/linux/ramips/base-files/etc/board.d/01_leds 2015-08-17 06:01:06 UTC (rev 46629) +++ trunk/target/linux/ramips/base-files/etc/board.d/01_leds 2015-08-17 06:01:23 UTC (rev 46630) @@ -70,9 +70,6 @@ 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" Modified: trunk/target/linux/ramips/base-files/etc/board.d/02_network =================================================================== --- trunk/target/linux/ramips/base-files/etc/board.d/02_network 2015-08-17 06:01:06 UTC (rev 46629) +++ trunk/target/linux/ramips/base-files/etc/board.d/02_network 2015-08-17 06:01:23 UTC (rev 46630) @@ -182,7 +182,6 @@ 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" Modified: trunk/target/linux/ramips/base-files/etc/diag.sh =================================================================== --- trunk/target/linux/ramips/base-files/etc/diag.sh 2015-08-17 06:01:06 UTC (rev 46629) +++ trunk/target/linux/ramips/base-files/etc/diag.sh 2015-08-17 06:01:23 UTC (rev 46630) @@ -33,9 +33,6 @@ asl26555) status_led="asl26555:green:power" ;; - br6524n) - status_led="edimax:blue:power" - ;; br-6425 | br-6475nd) status_led="edimax:green:power" ;; Deleted: trunk/target/linux/ramips/rt288x/profiles/edimax.mk =================================================================== --- trunk/target/linux/ramips/rt288x/profiles/edimax.mk 2015-08-17 06:01:06 UTC (rev 46629) +++ trunk/target/linux/ramips/rt288x/profiles/edimax.mk 2015-08-17 06:01:23 UTC (rev 46630) @@ -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)) - _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
