forked from Openwrt/openwrt
a336b6c7cf
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>
13 lines
268 B
Makefile
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))
|