mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 01:28:59 +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>
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
define Device/comtrend_vr-3025u
|
|
$(Device/bcm63xx-cfe)
|
|
DEVICE_VENDOR := Comtrend
|
|
DEVICE_MODEL := VR-3025u
|
|
CHIP_ID := 6368
|
|
CFE_BOARD_ID := 96368M-1541N
|
|
BLOCKSIZE := 0x20000
|
|
FLASH_MB := 32
|
|
DEVICE_PACKAGES += $(USB2_PACKAGES) $(B43_PACKAGES) \
|
|
kmod-leds-gpio
|
|
endef
|
|
TARGET_DEVICES += comtrend_vr-3025u
|