diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:24 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:24 +0000 |
commit | a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991 (patch) | |
tree | b958d2c62fe5305129065397d49926f4a52141c4 /target/linux/brcm63xx/image/Makefile | |
parent | 0e09023c5fffaee65433eab075b01bbcea566391 (diff) | |
download | master-187ad058-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.tar.gz master-187ad058-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.tar.bz2 master-187ad058-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.zip |
brcm63xx: move bcm963268bu_p300 to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44987 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-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 bae025f7d2..8e423e5883 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -275,6 +275,8 @@ $(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 BCM963268BU_P300 +$(eval $(call ImageDTB,Dummy,BCM963268BU_P300,BCM963268BU_P300,bcm963268bu_p300,963268BU_P300,63268)) # BT Home Hub 2.0 A $(eval $(call ImageDTB,CFEDTB,BTHOMEHUB2A,HomeHub2A,homehub2a,HOMEHUB2A,6358,--image-offset 0x20000 --block-size 0x20000)) # BT Voyager V2500V, V2500V_SIP_CLUB, V2500V_AA |