2020-09-13 07:06:13 +00:00
|
|
|
# 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
|
2020-10-02 23:11:17 +00:00
|
|
|
DEVICE_TYPE:=basic
|
2020-09-13 07:06:13 +00:00
|
|
|
FEATURES:=ramdisk squashfs
|
2020-10-19 12:47:45 +00:00
|
|
|
SUBTARGETS:=generic
|
2020-09-13 07:06:13 +00:00
|
|
|
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Realtek RTL838x based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2020-10-19 12:47:45 +00:00
|
|
|
FEATURES := $(filter-out mips16,$(FEATURES))
|
|
|
|
|
2020-09-13 07:06:13 +00:00
|
|
|
DEFAULT_PACKAGES += swconfig uboot-envtools ethtool kmod-gpio-button-hotplug
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|