aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt288x/profiles
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-01-06 11:11:42 +0000
committerJohn Crispin <john@openwrt.org>2013-01-06 11:11:42 +0000
commitf2f933235039d37fb360b77b9e73c5975c65e328 (patch)
tree341489af7b1b8261dd8a8d896d5b305e8db27961 /target/linux/ramips/rt288x/profiles
parent2739a19992fe9dabafe4855732736f8e7eb23bd9 (diff)
downloadupstream-f2f933235039d37fb360b77b9e73c5975c65e328.tar.gz
upstream-f2f933235039d37fb360b77b9e73c5975c65e328.tar.bz2
upstream-f2f933235039d37fb360b77b9e73c5975c65e328.zip
adds support for Edimax BR-6524N
fixes #12754 Signed-off-by: <rq@akl.lt> SVN-Revision: 35020
Diffstat (limited to 'target/linux/ramips/rt288x/profiles')
-rw-r--r--target/linux/ramips/rt288x/profiles/edimax.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/profiles/edimax.mk b/target/linux/ramips/rt288x/profiles/edimax.mk
new file mode 100644
index 0000000000..43ac818370
--- /dev/null
+++ b/target/linux/ramips/rt288x/profiles/edimax.mk
@@ -0,0 +1,18 @@
+#
+# 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))
+