diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-04-12 20:22:41 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-04-12 20:22:41 +0000 |
commit | ed8e3abcf00ed15f97f4c5b0df6536dbbd78643c (patch) | |
tree | 49b85c9926d73894c1f1defca76dbf344ceb05f7 /target/linux/ar71xx/nand | |
parent | f6dd2793a20170f81c2c47124afa5293dcba7b6b (diff) |
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')
-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)) |