uml: add Kernel 5.10 support via testing
[openwrt/staging/noltari.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:=squashfs ext4 audio
15
16 KERNEL_PATCHVER:=5.4
17 KERNEL_TESTING_PATCHVER:=5.10
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-mac80211-hwsim mkf2fs e2fsprogs
22
23 endif
24 endif
25
26 $(eval $(call BuildTarget))