From 2b88563ee5aafd9571d965b7f2093a0f58d98a31 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 26 Nov 2020 12:02:21 +0100 Subject: realtek: update the tree to the latest refactored version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rename the target to realtek * add refactored DSA driver * add latest gpio driver * lots of arch cleanups * new irq driver * additional boards Signed-off-by: Bert Vermeulen Signed-off-by: Birger Koblitz Signed-off-by: Sander Vanheule Signed-off-by: Bjørn Mork Signed-off-by: John Crispin --- target/linux/realtek/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 target/linux/realtek/Makefile (limited to 'target/linux/realtek/Makefile') diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile new file mode 100644 index 0000000000..98fcaf3968 --- /dev/null +++ b/target/linux/realtek/Makefile @@ -0,0 +1,27 @@ +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk + +ARCH:=mips +CPU_TYPE:=4kec +BOARD:=realtek +BOARDNAME:=Realtek MIPS +DEVICE_TYPE:=basic +FEATURES:=ramdisk squashfs +SUBTARGETS:=generic + +KERNEL_PATCHVER:=5.4 + +define Target/Description + Build firmware images for Realtek RTL83xx based boards. +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 + +$(eval $(call BuildTarget)) -- cgit v1.2.3