diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:07 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:07 +0000 |
commit | c398cda77b2d7ae071027aa7f53a30158834c956 (patch) | |
tree | 1ac121248a9c41bf889bef07dd1a7c7c7cda8f42 /target/linux/brcm63xx/image/Makefile | |
parent | 7253835d7c06db7cf5661446b576da0ecb458cab (diff) | |
download | upstream-c398cda77b2d7ae071027aa7f53a30158834c956.tar.gz upstream-c398cda77b2d7ae071027aa7f53a30158834c956.tar.bz2 upstream-c398cda77b2d7ae071027aa7f53a30158834c956.zip |
brcm63xx: move bcm6318 reference boards to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45167 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index bd0fe0a654..0727343ab7 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -298,6 +298,10 @@ $(eval $(call ImageDTB,CFEDTB,RG100A,RG100A,rg100a,96358VW2,6358,--block-size 0x $(eval $(call ImageDTB,CFEDTB,AR1004G,AR1004G,ar1004g,96348GW-10,6348)) # Belkin F5D7633 $(eval $(call ImageDTB,CFEDTB,F5D7633,F5D7633,f5d7633,96348GW-10,6348,--block-size 0x20000 --image-offset 0x20000)) +# Broadcom BCM96318REF +$(eval $(call ImageDTB,Dummy,BCM96318REF,BCM96318REF,bcm96318ref,96318REF,6318)) +# Broadcom BCM96318REF_P300 +$(eval $(call ImageDTB,Dummy,BCM96318REF_P300,BCM96318ref_P300,bcm96318ref_p300,96318REF_P300,6318)) # Broadcom BCM963268BU_P300 $(eval $(call ImageDTB,Dummy,BCM963268BU_P300,BCM963268BU_P300,bcm963268bu_p300,963268BU_P300,63268)) # BT Home Hub 2.0 A |