diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-12-08 16:11:03 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-12-08 16:11:03 +0000 |
commit | 218582e8ea112ecd95730f6d342fb38956d34896 (patch) | |
tree | ae5bb85fee4da8d93836711d5bff56a3e7ddbaf1 /target/linux/brcm63xx/image | |
parent | d5f1dd9079c1f1f2ef88721d1ce3ff15c01523b8 (diff) | |
download | mtk-20170518-218582e8ea112ecd95730f6d342fb38956d34896.zip mtk-20170518-218582e8ea112ecd95730f6d342fb38956d34896.tar.gz mtk-20170518-218582e8ea112ecd95730f6d342fb38956d34896.tar.bz2 |
brcm63xx: add DT support for F5D7633
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43574
Diffstat (limited to 'target/linux/brcm63xx/image')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 09c291a..0e95a01 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -202,8 +202,6 @@ define Image/Build # USR 9108 $(call Image/Build/CFE,$(1),96348GW-A,6348,USR9108) - # Belkin f5d7633 - $(call Image/Build/CFE,$(1),96348GW-10,6348,F5D7633) # Inventel Livebox $(call Image/Build/RedBoot,livebox) @@ -260,6 +258,8 @@ $(eval $(call ImageDTB,CFEDTB,A4001N1,a4001n1,963281T_TEF,6328,A4001N1,--pad 8)) $(eval $(call ImageDTB,CFEDTB,RG100A,rg100a,96358VW2,6358,RG100A,--block-size 0x20000 --image-offset 0x20000)) # Asmax AR 1004g $(eval $(call ImageDTB,CFEDTB,AR1004G,ar1004g,96348GW-10,6348,AR1004G)) +# Belkin F5D7633 +$(eval $(call ImageDTB,CFEDTB,F5D7633,f5d7633,96348GW-10,6348,F5D7633,--block-size 0x20000 --image-offset 0x20000)) # Comtrend AR-5381u $(eval $(call ImageDTB,CFEDTB,AR5381u,ar-5381u,96328A-1241N,6328,AR-5381u,--pad 8)) # Comtrend AR-5387un |