target.mk 292 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. ARCH:=mips
  3. SUBTARGET:=rtl838x
  4. CPU_TYPE:=4kec
  5. BOARD:=realtek
  6. BOARDNAME:=Realtek MIPS RTL838X
  7. KERNEL_PATCHVER:=5.10
  8. define Target/Description
  9. Build firmware images for Realtek RTL838x based boards.
  10. endef
  11. FEATURES := $(filter-out mips16,$(FEATURES))