aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/rtl838x/target.mk
blob: d78b44b717ff24eb9c4a24d7473ead85a7813982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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))