msm8916-openwrt/target/linux/realtek/rtl838x/target.mk
Sander Vanheule a336b6c7cf realtek: remove KERNEL_PATCHVER overrides
On the realtek target, the subtarget makefiles include a KERNEL_PATCHVER
setting, shadowing KERNEL_PATCHVER from target/linux/realtek/Makefile.
This makes the realtek target an exception in this regard, and makes
switching kernel version a bit bothersome. Remove the overrides so all
subtargets use the same kernel version.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
2023-01-29 16:29:42 +01:00

13 lines
268 B
Makefile

# 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))