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 | 22916814e3621dd807b0d89485ba3c60cfdf7c10 (patch) | |
tree | 5247f28ca8d192f71ef566856e5c0c3ecb7b790a /target/linux/ar71xx/nand/profiles | |
parent | a67578ce33504e32f9b0c302d885ec0e3fc17b19 (diff) | |
download | upstream-22916814e3621dd807b0d89485ba3c60cfdf7c10.tar.gz upstream-22916814e3621dd807b0d89485ba3c60cfdf7c10.tar.bz2 upstream-22916814e3621dd807b0d89485ba3c60cfdf7c10.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>
SVN-Revision: 40481
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)) |