From: Birger Koblitz Date: Tue, 28 Dec 2021 18:59:20 +0000 (+0100) Subject: realtek: Add Makefile for RTL839x sub-architecture X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8108fdfdd0db24988155b3640ef17f56164732b4;p=openwrt%2Fstaging%2Faparcar.git realtek: Add Makefile for RTL839x sub-architecture Adds the initial Makefile for the RTL839x sub-architecture. Signed-off-by: Birger Koblitz --- diff --git a/target/linux/realtek/rtl839x/target.mk b/target/linux/realtek/rtl839x/target.mk new file mode 100644 index 0000000000..0bbd6a5d4a --- /dev/null +++ b/target/linux/realtek/rtl839x/target.mk @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-only +ARCH:=mips +SUBTARGET:=rtl839x +CPU_TYPE:=24kc +BOARD:=realtek +BOARDNAME:=Realtek MIPS RTL839X + +KERNEL_PATCHVER:=5.10 + +define Target/Description + Build firmware images for Realtek RTL839x based boards. +endef +