uclient: update to Git HEAD (2024-04-19)
[openwrt/openwrt.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 vhdx pcmcia targz fpu boot-part rootfs-part
11 SUBTARGETS:=generic legacy geode 64
12
13 KERNEL_PATCHVER:=6.1
14 KERNEL_TESTING_PATCHVER:=6.6
15
16 KERNELNAME:=bzImage
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += \
21 partx-utils mkf2fs \
22 e2fsprogs kmod-button-hotplug \
23 grub2-bios-setup
24
25 $(eval $(call BuildTarget))
26
27 $(eval $(call $(if $(CONFIG_ISO_IMAGES),SetupHostCommand,Ignore),mkisofs, \
28 Please install mkisofs. , \
29 mkisofs -v 2>&1 , \
30 genisoimage -v 2>&1 | grep genisoimage, \
31 xorrisofs -v 2>&1 | grep xorriso \
32 ))