diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:01:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:01:23 +0000 |
commit | 0d464c360f0de4d90c8b25b2b2960ac7b5392cae (patch) | |
tree | 411107119be04e71c69ead862231197cbd04b1fa /target/linux/ramips/rt288x | |
parent | 2fe5cf2bd691b94a54651f95ea541194d6a4367c (diff) | |
download | upstream-0d464c360f0de4d90c8b25b2b2960ac7b5392cae.tar.gz upstream-0d464c360f0de4d90c8b25b2b2960ac7b5392cae.tar.bz2 upstream-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/rt288x')
-rw-r--r-- | target/linux/ramips/rt288x/profiles/edimax.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/ramips/rt288x/profiles/edimax.mk b/target/linux/ramips/rt288x/profiles/edimax.mk deleted file mode 100644 index 43ac818370..0000000000 --- a/target/linux/ramips/rt288x/profiles/edimax.mk +++ /dev/null @@ -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)) - |