diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:43 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:43 +0000 |
commit | a83d3cc6b3a6607657bdef741087e0448215ae0e (patch) | |
tree | 223aa76640eb66175ca1a23ff17fe9b436ef6b77 /target/linux/brcm63xx/image | |
parent | 910fe9678c8cbaa0ac095a3fae8c171d8742fec7 (diff) | |
download | upstream-a83d3cc6b3a6607657bdef741087e0448215ae0e.tar.gz upstream-a83d3cc6b3a6607657bdef741087e0448215ae0e.tar.bz2 upstream-a83d3cc6b3a6607657bdef741087e0448215ae0e.zip |
brcm63xx: move dg834g v4 to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44989 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index bc633a7160..0c164770a1 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -332,6 +332,8 @@ $(eval $(call ImageDTB,RedBootDTB,Livebox,livebox,livebox-blue-5g)) $(eval $(call ImageDTB,Dummy,CVG834G,cvg834g,cvg834g,a020,0001,0022,vmlinux-cvg834g)) # Netgear DG834GT/PN $(eval $(call ImageDTB,CFEDTB,DG834GTPN,DG834GT_PN,dg834gtpn,96348GW-10,6348)) +# Netgear DG834G v4 +$(eval $(call ImageDTB,Dummy,DG834GV4,DG834GTv4,dg834g_v4,96348W3,6348)) # Netgear DGND3700 v1 / DGND3800B $(eval $(call ImageDTB,CFEDTB,DGND3700v1_3800B,DGND3700v1_3800B,dgnd3700v1,96368MVWG,6368,--image-offset 0x20000 --block-size 0x20000)) #Netgear DGND3700 v1 factory firmware |