mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 22:16:14 +00:00
6fd8e0f943
BMIPS is a generic arch that can be used for multiple Broadcom SoCs, each one with its own specific drivers, so instead of having a huge kernel supporting all of them, let's switch to a subtarget per SoC like other OpenWrt targets. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
16 lines
436 B
Makefile
16 lines
436 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
define Device/huawei_hg556a-b
|
|
$(Device/bcm63xx-cfe-legacy)
|
|
DEVICE_VENDOR := Huawei
|
|
DEVICE_MODEL := EchoLife HG556a
|
|
DEVICE_VARIANT := B
|
|
CHIP_ID := 6358
|
|
CFE_BOARD_ID := HW556
|
|
CFE_EXTRAS += --rsa-signature "EchoLife_HG556a" --tag-version 8
|
|
BLOCKSIZE := 0x20000
|
|
DEVICE_PACKAGES += $(USB2_PACKAGES) $(ATH9K_PACKAGES) \
|
|
kmod-leds-gpio
|
|
endef
|
|
TARGET_DEVICES += huawei_hg556a-b
|