diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-07-27 17:44:56 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-07-27 17:44:56 +0000 |
commit | 3209fb968e4a9b9febd08a01ab8f6f75de6922e5 (patch) | |
tree | 9b40caed0b3bd09cf88ecbd5b3ed2a46c2bec7c3 /target/linux/brcm63xx/image | |
parent | c27cb6e0fde6cb1166adc830d50fbf13726f5acc (diff) | |
download | upstream-3209fb968e4a9b9febd08a01ab8f6f75de6922e5.tar.gz upstream-3209fb968e4a9b9febd08a01ab8f6f75de6922e5.tar.bz2 upstream-3209fb968e4a9b9febd08a01ab8f6f75de6922e5.zip |
brcm63xx: Add support for Huawei HG520v
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41851
Diffstat (limited to 'target/linux/brcm63xx/image')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 680cf975db..dbda363795 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -310,6 +310,9 @@ define Image/Build # T-Com Speedport W 500V $(call Image/Build/CFEFIXUP,$(1),96348GW,SPW500V,6348,SPW500V) + # Huawei HW520 + $(call Image/Build/CFE,$(1),HW6358GW_B,6358,HW520,EchoLife_HG520v) + #HW553 $(call Image/Build/CFEHW553,$(1),HW553,6358,0x20000,HW553) |