summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-19 16:56:51 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-19 16:56:51 +0000
commitfe781581dfb1ecbf6cd4b6b7b7ec504bec58042f (patch)
tree0a6a7cc6b866d716c851d92095e250a2f04756de /target/linux/ar71xx/generic
parent3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a (diff)
downloadmtk-20170518-fe781581dfb1ecbf6cd4b6b7b7ec504bec58042f.zip
mtk-20170518-fe781581dfb1ecbf6cd4b6b7b7ec504bec58042f.tar.gz
mtk-20170518-fe781581dfb1ecbf6cd4b6b7b7ec504bec58042f.tar.bz2
ar71xx: add profile and build image for the WNR2200 board
Signed-off-by: Aidan Kissane <aidankissane@googlemail.com> Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Patchwork: http://patchwork.openwrt.org/patch/4055/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38061
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r--target/linux/ar71xx/generic/profiles/netgear.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/netgear.mk b/target/linux/ar71xx/generic/profiles/netgear.mk
index 99425ec..c5adc0d 100644
--- a/target/linux/ar71xx/generic/profiles/netgear.mk
+++ b/target/linux/ar71xx/generic/profiles/netgear.mk
@@ -60,3 +60,14 @@ define Profile/WNR612V2/Description
endef
$(eval $(call Profile,WNR612V2))
+
+
+define Profile/WNR2200
+ NAME:=NETGEAR WNR2200
+endef
+
+define Profile/WNR2200/Description
+ Package set optimized for the NETGEAR WNR2200
+endef
+
+$(eval $(call Profile,WNR2200))