From 0d7cace7bd25e0c5675755a2c36c8886b9adacd4 Mon Sep 17 00:00:00 2001 From: Birger Koblitz Date: Wed, 29 Dec 2021 19:39:26 +0100 Subject: realtek: Create rtl838x sub-target specific makefiles Create the RTL838x specific Makefiles. Move CPU-type into rtl838x.mk as this is specifc to that platform. Add rtl838x subtarget into main Makefile. Signed-off-by: Birger Koblitz --- target/linux/realtek/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'target/linux/realtek/Makefile') diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index ae0ba718ec..39d9d35f7f 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -3,12 +3,11 @@ include $(TOPDIR)/rules.mk ARCH:=mips -CPU_TYPE:=4kec BOARD:=realtek BOARDNAME:=Realtek MIPS DEVICE_TYPE:=basic FEATURES:=ramdisk squashfs -SUBTARGETS:=generic +SUBTARGETS:=rtl838x KERNEL_PATCHVER:=5.10 @@ -18,8 +17,6 @@ endef include $(INCLUDE_DIR)/target.mk -FEATURES := $(filter-out mips16,$(FEATURES)) - DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \ dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only \ ip-full ip-bridge tc -- cgit v1.2.3