summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-02 12:41:45 +0000
committerJohn Crispin <john@openwrt.org>2014-06-02 12:41:45 +0000
commit583b908bc70739cce7c315c467633364329a7710 (patch)
tree54c704e01d0eaffd1d05fb8c10a5441ac9ec2910 /target/linux/ramips
parent118eec12e850fb43075ea6a9cf8765cfd5ff157d (diff)
downloadmaster-31e0f0ae-583b908bc70739cce7c315c467633364329a7710.tar.gz
master-31e0f0ae-583b908bc70739cce7c315c467633364329a7710.tar.bz2
master-31e0f0ae-583b908bc70739cce7c315c467633364329a7710.zip
ralink: Enable Asus RT-N10+ in menuconfig targets
This patch adds "Asus RT-N10+" as a target option in menuconfig. The device has been supported for a while but is currently missing a profile (.mk). Signed-off-by: Randolph Kuntz <8D961920@galaxymail.org> SVN-Revision: 40903
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/rt305x/profiles/n10-plus.mk (revision 0)17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/n10-plus.mk (revision 0) b/target/linux/ramips/rt305x/profiles/n10-plus.mk (revision 0)
new file mode 100644
index 0000000000..8c122f75bb
--- /dev/null
+++ b/target/linux/ramips/rt305x/profiles/n10-plus.mk (revision 0)
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/RT-N10-PLUS
+ NAME:=Asus RT-N10+
+ PACKAGES:=kmod-leds-gpio wpa
+endef
+
+define Profile/RT-N10-PLUS/Description
+ Package set for Asus RT-N10+.
+endef
+
+$(eval $(call Profile,RT-N10-PLUS))