kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / uml / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2006-2021 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 # UML only makes sense on linux
8 ifeq ($(HOST_OS),Linux)
9 ifeq ($(HOST_ARCH),x86_64)
10
11 ARCH:=x86_64
12 BOARD:=uml
13 BOARDNAME:=User Mode Linux
14 FEATURES:=audio ext4 rootfs-part squashfs
15
16 KERNEL_PATCHVER:=6.1
17 KERNEL_TESTING_PATCHVER:=6.6
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += wpad-basic-mbedtls kmod-mac80211-hwsim mkf2fs e2fsprogs
22
23 endif
24 endif
25
26 $(eval $(call BuildTarget))