- # SPDX-License-Identifier: GPL-2.0-only
- ARCH:=mips
- SUBTARGET:=rtl838x
- CPU_TYPE:=4kec
- BOARD:=realtek
- BOARDNAME:=Realtek MIPS RTL838X
- define Target/Description
- Build firmware images for Realtek RTL838x based boards.
- endef
- FEATURES := $(filter-out mips16,$(FEATURES))
|