diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-26 17:00:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-26 17:00:53 +0000 |
commit | b29b7b65eaa2f39b3ea7596fc475e95748701430 (patch) | |
tree | e9a396985af796af95b8699f61b0c854b20daa30 /target/linux/ar71xx/generic | |
parent | 9b3c0d11a2410c7e21877b165a1f994f956e594e (diff) | |
download | upstream-b29b7b65eaa2f39b3ea7596fc475e95748701430.tar.gz upstream-b29b7b65eaa2f39b3ea7596fc475e95748701430.tar.bz2 upstream-b29b7b65eaa2f39b3ea7596fc475e95748701430.zip |
ar71xx: add profile and build image for WNR2000v3
Signed-off-by: Mathieu Olivari <mathieu.olivari@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36460
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/netgear.mk | 11 |
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 ff25f695a0..684d0eb255 100644 --- a/target/linux/ar71xx/generic/profiles/netgear.mk +++ b/target/linux/ar71xx/generic/profiles/netgear.mk @@ -28,3 +28,14 @@ endef $(eval $(call Profile,WNDR4300)) + +define Profile/WNR2000V3 + NAME:=NETGEAR WNR2000V3 +endef + +define Profile/WNR2000V3/Description + Package set optimized for the NETGEAR WNR2000V3 +endef + +$(eval $(call Profile,WNR2000V3)) + |