summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-11-07 22:31:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-11-07 22:31:54 +0000
commitf02c8802e363317211ce72b62c29a89911019769 (patch)
tree5408a2e9d6e0dfc560c688dd55a768210e23bfc0 /target/linux/ar71xx/generic
parentddcce63c78539decab77d6b1176fd1c013e3e5ee (diff)
downloadmaster-31e0f0ae-f02c8802e363317211ce72b62c29a89911019769.tar.gz
master-31e0f0ae-f02c8802e363317211ce72b62c29a89911019769.tar.bz2
master-31e0f0ae-f02c8802e363317211ce72b62c29a89911019769.zip
ar71xx: build image for the WD My Net Wi-Fi Range Extender
Patchwork: http://patchwork.openwrt.org/patch/4281/ Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> [juhosg: - remove the Image/Build/CyberTANLZMA/loader macro, it is not used - move the MYNETREXT SingleProfile definition to the correct place] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38688
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r--target/linux/ar71xx/generic/profiles/wd.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/target/linux/ar71xx/generic/profiles/wd.mk b/target/linux/ar71xx/generic/profiles/wd.mk
index 872f56fbaa..49a3324783 100644
--- a/target/linux/ar71xx/generic/profiles/wd.mk
+++ b/target/linux/ar71xx/generic/profiles/wd.mk
@@ -13,5 +13,14 @@ endef
define Profile/MYNETN600/Description
Package set optimized for the WD My Net N600 device.
endef
-
$(eval $(call Profile,MYNETN600))
+
+
+define Profile/MYNETREXT
+ NAME:=WD My Net Wi-Fi Range Extender
+endef
+
+define Profile/MYNETREXT/Description
+ Package set optimized for the WD My Net Wi-Fi Range Extender device.
+endef
+$(eval $(call Profile,MYNETREXT))