diff options
author | Birger Koblitz <git@birger-koblitz.de> | 2021-12-29 19:39:26 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-17 15:21:47 +0000 |
commit | 0d7cace7bd25e0c5675755a2c36c8886b9adacd4 (patch) | |
tree | d8740844e1db181aa35267339be690e142623e00 /target/linux/realtek/Makefile | |
parent | 47be1943edc6f3db297785a33f752383bc1c2684 (diff) | |
download | upstream-0d7cace7bd25e0c5675755a2c36c8886b9adacd4.tar.gz upstream-0d7cace7bd25e0c5675755a2c36c8886b9adacd4.tar.bz2 upstream-0d7cace7bd25e0c5675755a2c36c8886b9adacd4.zip |
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 <git@birger-koblitz.de>
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 |