target: use SPDX license identifiers on Makefiles
[openwrt/staging/stintel.git] / target / linux / x86 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2006-2011 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=i386
8 BOARD:=x86
9 BOARDNAME:=x86
10 FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu boot-part rootfs-part
11 SUBTARGETS:=generic legacy geode 64
12
13 KERNEL_PATCHVER:=5.4
14 KERNEL_TESTING_PATCHVER:=5.4
15
16 KERNELNAME:=bzImage
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs kmod-button-hotplug
21
22 $(eval $(call BuildTarget))
23
24 $(eval $(call $(if $(CONFIG_ISO_IMAGES),SetupHostCommand,Ignore),mkisofs, \
25 Please install mkisofs. , \
26 mkisofs -v 2>&1 , \
27 genisoimage -v 2>&1 | grep genisoimage, \
28 xorrisofs -v 2>&1 | grep xorriso \
29 ))