diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 20:22:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 20:22:41 +0000 |
commit | 80894a6f0e1f089bb78ac1457c8a3f0e0ccfc205 (patch) | |
tree | 49b85c9926d73894c1f1defca76dbf344ceb05f7 /target/linux/ar71xx/nand/profiles | |
parent | 48f1cf06f73b6439bf3f2698e037331916ff9fda (diff) | |
download | upstream-80894a6f0e1f089bb78ac1457c8a3f0e0ccfc205.tar.gz upstream-80894a6f0e1f089bb78ac1457c8a3f0e0ccfc205.tar.bz2 upstream-80894a6f0e1f089bb78ac1457c8a3f0e0ccfc205.zip |
ar71xx: build firmware image for the WNDR3700 v4 board
Based on the the WNDR3700v4 support patch from Ralph Perlich:
http://patchwork.openwrt.org/patch/4763/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/nand/profiles')
-rw-r--r-- | target/linux/ar71xx/nand/profiles/netgear.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/nand/profiles/netgear.mk b/target/linux/ar71xx/nand/profiles/netgear.mk index 471ef376a9..d9ceee54eb 100644 --- a/target/linux/ar71xx/nand/profiles/netgear.mk +++ b/target/linux/ar71xx/nand/profiles/netgear.mk @@ -6,12 +6,12 @@ # define Profile/WNDR4300 - NAME:=NETGEAR WNDR4300 + NAME:=NETGEAR WNDR3700v4/WNDR4300 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev endef define Profile/WNDR4300/Description - Package set optimized for the NETGEAR WNDR4300 + Package set optimized for the NETGEAR WNDR3700v4/WNDR4300 endef $(eval $(call Profile,WNDR4300)) |