realtek: Fix VLAN issues introduced by multicast patches
[openwrt/staging/dedeckeh.git] / target / linux / realtek / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=mips
6 CPU_TYPE:=4kec
7 BOARD:=realtek
8 BOARDNAME:=Realtek MIPS
9 DEVICE_TYPE:=basic
10 FEATURES:=ramdisk squashfs
11 SUBTARGETS:=generic
12
13 KERNEL_PATCHVER:=5.4
14
15 define Target/Description
16 Build firmware images for Realtek RTL83xx based boards.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 FEATURES := $(filter-out mips16,$(FEATURES))
22
23 DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \
24 dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only \
25 ip-full ip-bridge tc
26
27 $(eval $(call BuildTarget))