blob: c78eac009432177b6f8b94cf7da6d503d1ef5ead [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# SPDX-License-Identifier: GPL-2.0-only
2#
3# Copyright (C) 2006-2011 OpenWrt.org
4
5include $(TOPDIR)/rules.mk
6
7ARCH:=i386
8BOARD:=x86
9BOARDNAME:=x86
10FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu boot-part rootfs-part
11SUBTARGETS:=generic legacy geode 64
12
13KERNEL_PATCHVER:=5.4
14KERNEL_TESTING_PATCHVER:=5.4
15
16KERNELNAME:=bzImage
17
18include $(INCLUDE_DIR)/target.mk
19
20DEFAULT_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))