diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:43 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:43 +0000 |
commit | 7bc83fdd13ec436e635771a0c19cc56d2751779b (patch) | |
tree | 1e9bd044c8c1650bef5a4709ae0bd9463fc6f38d /target/linux/brcm63xx/image | |
parent | a180c80f23f7cb9d3fd950aedeca93495a6a36a8 (diff) | |
download | upstream-7bc83fdd13ec436e635771a0c19cc56d2751779b.tar.gz upstream-7bc83fdd13ec436e635771a0c19cc56d2751779b.tar.bz2 upstream-7bc83fdd13ec436e635771a0c19cc56d2751779b.zip |
brcm63xx: Add DT support for A4001N
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42245
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 31dd3994cc..009c34e8fb 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -243,8 +243,6 @@ define Image/Build $(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic) $(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic) - # ADB P.DG A4001N - $(call Image/Build/CFE,$(1),96328dg2x2,6328,A4001N,,--pad 4) # BT Voyager V210_BTR $(call Image/Build/CFE,$(1),V210_BB,6348,BTV210_BTR,,--layoutver 5) # BT Voyager V210_ROI, V210_WB @@ -343,6 +341,8 @@ $(eval $(call CfeImageDTB,96328avng,bcm96328avng,96328avng,6328,96328avng-4M-fla $(eval $(call CfeImageDTB,96328avng,bcm96328avng,96328avng,6328,96328avng-8M-flash-generic,,--pad 4)) $(eval $(call CfeImageDTB,96328avng,bcm96328avng,96328avng,6328,96328avng-16M-flash-generic,,--pad 8)) +# ADB P.DG A4001N +$(eval $(call CfeImageDTB,A4001N,a4001n,96328dg2x2,6328,A4001N,,--pad 8)) # ADB P.DG A4001N1 $(eval $(call CfeImageDTB,A4001N1,a4001n1,963281T_TEF,6328,A4001N1,,--pad 8)) # Asmax AR 1004g |