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>
This commit is contained in:
Birger Koblitz 2021-12-28 19:56:59 +01:00 committed by Daniel Golle
parent 14705ae3bd
commit cf8e145955

View file

@ -1 +1,15 @@
BOARDNAME:=Generic # 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))