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 | 90acaccc1835ef127061d9565ec405b1e240dc99 (patch) | |
tree | 5ba9ec205e52044886e749a236ebff5f20ceffe9 /target/linux/brcm63xx/image | |
parent | 7de23d1c3c3fb9990bcbf826f39acf7f976e6f42 (diff) | |
download | upstream-90acaccc1835ef127061d9565ec405b1e240dc99.tar.gz upstream-90acaccc1835ef127061d9565ec405b1e240dc99.tar.bz2 upstream-90acaccc1835ef127061d9565ec405b1e240dc99.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41852 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |