openwrt/target/linux/realtek/rtl838x/target.mk
Birger Koblitz cf8e145955 realtek: Set RTL838X sub-target specific properties
This defines the sub-target specific properties for the RTL838X
sub-target.

Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
2022-02-17 15:21:46 +00:00

16 lines
292 B
Makefile

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