diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:54 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:54 +0000 |
commit | b339304425b63073e8757cf104621279a5a38b5d (patch) | |
tree | e8c64784f5dce00a602733aaf4a8b2494dd03609 /target/linux/brcm63xx/profiles | |
parent | 2f09960e46f4f308a764ce04e4a466ab2ee06aa2 (diff) | |
download | upstream-b339304425b63073e8757cf104621279a5a38b5d.tar.gz upstream-b339304425b63073e8757cf104621279a5a38b5d.tar.bz2 upstream-b339304425b63073e8757cf104621279a5a38b5d.zip |
brcm63xx: Add DT support for HG553
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: fix linux partition length]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42247
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/huawei.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/huawei.mk b/target/linux/brcm63xx/profiles/huawei.mk index 1014884143..594389ec0e 100644 --- a/target/linux/brcm63xx/profiles/huawei.mk +++ b/target/linux/brcm63xx/profiles/huawei.mk @@ -14,6 +14,16 @@ define Profile/HG520v/Description endef $(eval $(call Profile,HG520v)) +define Profile/HG553 + NAME:=Huawei EchoLife HG553 + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev +endef +define Profile/HG553/Description + Package set optimized for Huawei HG553. +endef +$(eval $(call Profile,HG553)) + define Profile/HG556a_AB NAME:=Huawei EchoLife HG556a (version A/B - Atheros) PACKAGES:=kmod-ath9k wpad-mini \ |