aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/Makefile
blob: 3707ab4b19b6e231fe8177c8263162ea264d5bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2006-2021 OpenWrt.org

include $(TOPDIR)/rules.mk

# UML only makes sense on linux
ifeq ($(HOST_OS),Linux)
  ifeq ($(HOST_ARCH),x86_64)

ARCH:=x86_64
BOARD:=uml
BOARDNAME:=User Mode Linux
FEATURES:=squashfs ext4 audio

KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.10

include $(INCLUDE_DIR)/target.mk

DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-mac80211-hwsim mkf2fs e2fsprogs

  endif
endif

$(eval $(call BuildTarget))