704242a000a0206fa8aeb6d8c6eb50524303d42f
[openwrt/staging/mkresin.git] / target / linux / realtek / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=mips
6 BOARD:=realtek
7 BOARDNAME:=Realtek MIPS
8 DEVICE_TYPE:=basic
9 FEATURES:=ramdisk squashfs
10 SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x
11
12 KERNEL_PATCHVER:=5.10
13
14 define Target/Description
15 Build firmware images for Realtek RTL83xx based boards.
16 endef
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \
21 dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only \
22 ip-full ip-bridge tc
23
24 $(eval $(call BuildTarget))