From c78e123d5a5e7c3baa74f326613a14f7e99a29a3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 19 Oct 2020 14:47:45 +0200 Subject: rtl838x: various fixes * add d-link_dgs-1210-10p support * make sure mips16 is disabled * add a generic sub target * add proper cflags Signed-off-by: John Crispin --- target/linux/rtl838x/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/rtl838x/Makefile') diff --git a/target/linux/rtl838x/Makefile b/target/linux/rtl838x/Makefile index c4138c7a9a..83cb074b89 100644 --- a/target/linux/rtl838x/Makefile +++ b/target/linux/rtl838x/Makefile @@ -9,6 +9,7 @@ BOARD:=rtl838x BOARDNAME:=Realtek MIPS DEVICE_TYPE:=basic FEATURES:=ramdisk squashfs +SUBTARGETS:=generic KERNEL_PATCHVER:=5.4 @@ -18,6 +19,8 @@ endef include $(INCLUDE_DIR)/target.mk +FEATURES := $(filter-out mips16,$(FEATURES)) + DEFAULT_PACKAGES += swconfig uboot-envtools ethtool kmod-gpio-button-hotplug $(eval $(call BuildTarget)) -- cgit v1.2.3