diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-06-30 13:34:34 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-06-30 13:34:34 +0000 |
commit | 44ef9f778994e1b9bd37c8525045b53d82b6a504 (patch) | |
tree | 7525aeb1c8973fce341f1365369f8358326e692d /target/linux/brcm63xx/image | |
parent | 439fe41813e5bf898a9c3a5343f62ba02f889006 (diff) | |
download | upstream-44ef9f778994e1b9bd37c8525045b53d82b6a504.tar.gz upstream-44ef9f778994e1b9bd37c8525045b53d82b6a504.tar.bz2 upstream-44ef9f778994e1b9bd37c8525045b53d82b6a504.zip |
brcm63xx: Add support for Comtrend WAP-5813n
This adds support for Comtrend WAP-5813n.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: refresh patches]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41421
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 8f661d2d66..e0c77b675b 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -227,6 +227,8 @@ define Image/Build $(call Image/Build/CFE,$(1),CT6373-1,6358,CT6373) # Comtrend 536, 5621 $(call Image/Build/CFEFIXUP,$(1),96348GW-11,CT536_CT5621,6348,CT536_CT5621) + # Comtrend WAP-5813n + $(call Image/Build/CFE,$(1),96369R-1231N,6368,WAP-5813n,,--pad 4) # Davolink DV201AMR $(call Image/Build/CFEOLD,$(1),DV201AMR,6348) # USR 9108 |