diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-07-27 17:44:59 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-07-27 17:44:59 +0000 |
commit | 1cb1041c55509b804d283d743757c5be462708d5 (patch) | |
tree | 0f603ca7edb560f06610abf4997241f475e9fcba /target/linux/brcm63xx/image | |
parent | 3209fb968e4a9b9febd08a01ab8f6f75de6922e5 (diff) | |
download | upstream-1cb1041c55509b804d283d743757c5be462708d5.tar.gz upstream-1cb1041c55509b804d283d743757c5be462708d5.tar.bz2 upstream-1cb1041c55509b804d283d743757c5be462708d5.zip |
brcm63xx: Add support for ADB P.DG A4001N
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41852
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 dbda363795..781425f9d9 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -201,6 +201,8 @@ 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) # ADB P.DG A4001N1 $(call Image/Build/CFE,$(1),963281T_TEF,6328,A4001N1,,--pad 8) # Asmax AR 1004g |