openwrtv4/target/linux/brcm63xx/profiles/huawei.mk
Jonas Gorski 509c3211d6 brcm63xx: Add Huawei HG655b support
This patch adds support for the Huawei HG655b.

Nothing much special in this router, it's just another BCM6368 with
a Ralink RT3062 wifi chip and the calibration data embedded in the
main flash chip at offset 0x7c0000. There is also configuration data
used by the OEM firmware before the cal_data partition, this area is
protected by the board_data partition in this patch.

Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 45708
2015-05-21 19:31:54 +00:00

55 lines
1.4 KiB
Makefile

#
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/HG520v
NAME:=Huawei EchoLife HG520v
PACKAGES:=kmod-b43 wpad-mini
endef
define Profile/HG520v/Description
Package set optimized for Huawei HG520v.
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 \
kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
endef
define Profile/HG556a_AB/Description
Package set optimized for Huawei HG556a version A/B (Atheros).
endef
$(eval $(call Profile,HG556a_AB))
define Profile/HG556a_C
NAME:=Huawei EchoLife HG556a (version C - Ralink)
PACKAGES:=kmod-rt2800-pci wpad-mini \
kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
endef
define Profile/HG556a_C/Description
Package set optimized for Huawei HG556a version C (Ralink).
endef
$(eval $(call Profile,HG556a_C))
define Profile/HG655b
NAME:=Huawei HG655b
PACKAGES:=kmod-rt2800-pci wpad-mini \
kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
endef
define Profile/HG655b/Description
Package set optimized for Huawei HG655b, HG655d.
endef
$(eval $(call Profile,HG655b))