aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rtl838x/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2020-11-26 12:02:21 +0100
committerJohn Crispin <john@phrozen.org>2020-11-26 13:29:27 +0100
commit2b88563ee5aafd9571d965b7f2093a0f58d98a31 (patch)
treed2997a6745fe0cffab8db73d4a735c3366a301b0 /target/linux/rtl838x/Makefile
parent4e39949dd1f7eb706d857e1c44a992ae752132a7 (diff)
downloadupstream-2b88563ee5aafd9571d965b7f2093a0f58d98a31.tar.gz
upstream-2b88563ee5aafd9571d965b7f2093a0f58d98a31.tar.bz2
upstream-2b88563ee5aafd9571d965b7f2093a0f58d98a31.zip
realtek: update the tree to the latest refactored version
* 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 <bert@biot.com> Signed-off-by: Birger Koblitz <mail@birger-koblitz.de> Signed-off-by: Sander Vanheule <sander@svanheule.net> Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/rtl838x/Makefile')
-rw-r--r--target/linux/rtl838x/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/rtl838x/Makefile b/target/linux/rtl838x/Makefile
deleted file mode 100644
index a4e203718d..0000000000
--- a/target/linux/rtl838x/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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:=rtl838x
-BOARDNAME:=Realtek MIPS
-DEVICE_TYPE:=basic
-FEATURES:=ramdisk squashfs
-SUBTARGETS:=generic
-
-KERNEL_PATCHVER:=5.4
-
-define Target/Description
- Build firmware images for Realtek RTL838x 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))