diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-07 22:31:54 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-07 22:31:54 +0000 |
commit | 64811cf123471a1859c37387d1e9e93baa89225b (patch) | |
tree | 33f4ced11269c423c4807370e849c3af92707399 /target/linux/ar71xx/generic/profiles | |
parent | 1d2b049fcddbab6c467f71b1f9f999f195c708b4 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38688 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic/profiles')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/wd.mk | 11 |
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)) |