diff options
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 \ |