diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-08 17:07:19 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-08 17:07:19 +0000 |
commit | b10bc4c8b13b4299d9b2205f7482892629d34b28 (patch) | |
tree | 626fe0a3901eadab0dd144df0427fac47355ad5f /target/linux/ar71xx/generic/profiles/rosewill.mk | |
parent | b6f486de5d664f3659e0e1271d8369e778940da0 (diff) |
ar71xx: add profile and build image for the RNX-N360RT board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36582 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/rosewill.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/rosewill.mk | 16 |
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 000000000..00c1d7d1b --- /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)) |