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/rt288x | |
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/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)) - |