summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-05-08 17:07:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-05-08 17:07:19 +0000
commitf938a798f8a34bca53c4e3fef4645a5dfb2b0f81 (patch)
tree501b7b4ed2742e959ac92632fa4409811adc895b /target/linux/ar71xx/generic
parent852b8e9490df8df7db415bb71e8cad4c318a2346 (diff)
downloadmaster-31e0f0ae-f938a798f8a34bca53c4e3fef4645a5dfb2b0f81.tar.gz
master-31e0f0ae-f938a798f8a34bca53c4e3fef4645a5dfb2b0f81.tar.bz2
master-31e0f0ae-f938a798f8a34bca53c4e3fef4645a5dfb2b0f81.zip
ar71xx: add profile and build image for the RNX-N360RT board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36582
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r--target/linux/ar71xx/generic/profiles/rosewill.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/rosewill.mk b/target/linux/ar71xx/generic/profiles/rosewill.mk
new file mode 100644
index 0000000000..00c1d7d1b1
--- /dev/null
+++ b/target/linux/ar71xx/generic/profiles/rosewill.mk
@@ -0,0 +1,16 @@
+#
+# Copyright (C) 2013 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/RNXN360RT
+ NAME:=Rosewill RNX-N360RT
+ PACKAGES:=
+endef
+
+define Profile/RNXN360RT/Description
+ Package set optimized for the Rosewill RNX-N360RT.
+endef
+$(eval $(call Profile,RNXN360RT))