diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-11-20 22:15:21 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-11-20 22:15:21 +0000 |
commit | 6dd99a39127a56710e7a6b888a2728221f2d14f3 (patch) | |
tree | f3a3ecf72c407592e4bcdeefe9a01d40a5e6112f /target/linux/brcm47xx/image/Makefile | |
parent | d95664083278e05ec8c77d52faab1a926ad655d9 (diff) | |
download | upstream-6dd99a39127a56710e7a6b888a2728221f2d14f3.tar.gz upstream-6dd99a39127a56710e7a6b888a2728221f2d14f3.tar.bz2 upstream-6dd99a39127a56710e7a6b888a2728221f2d14f3.zip |
brcm47xx: add support for Netgear WGR614 V10
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43336 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/image/Makefile')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 33a3c854ef..774a3d6cdb 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -181,6 +181,8 @@ endef ################################################# define Image/Build/mips74k/devices-with-64k-blocks + $(call Image/Build/Chk,$(1),wgr614_v10_north_america,U12H139T01_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) + $(call Image/Build/Chk,$(1),wgr614_v10_other_regions,U12H139T01_NETGEAR,1,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/Chk,$(1),wndr3400_v1,U12H155T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/Chk,$(1),wndr3400_v2,U12H187T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/Chk,$(1),wndr3700_v3,U12H194T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) |