diff options
Diffstat (limited to 'target/linux/realtek/Makefile')
-rw-r--r-- | target/linux/realtek/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 |