aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rtl838x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/rtl838x/Makefile')
-rw-r--r--target/linux/rtl838x/Makefile3
1 files changed, 3 insertions, 0 deletions
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))