2021-06-14 18:30:08 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-09-06 19:19:45 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2021-06-14 18:30:08 +08:00
|
|
|
|
2017-09-06 19:19:45 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=i386
|
|
|
|
BOARD:=x86
|
|
|
|
BOARDNAME:=x86
|
2021-12-08 16:10:18 +08:00
|
|
|
FEATURES:=squashfs vdi vmdk vhdx pcmcia fpu boot-part rootfs-part
|
2021-06-15 17:58:07 +08:00
|
|
|
SUBTARGETS:=64 generic legacy geode
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2022-02-25 18:16:18 +08:00
|
|
|
KERNEL_PATCHVER:=5.15
|
2022-08-04 21:11:02 +08:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.19
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
KERNELNAME:=bzImage
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2021-12-30 20:06:47 +08:00
|
|
|
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs kmod-button-hotplug kmod-usb-hid kmod-mmc kmod-sdhci usbutils pciutils \
|
2022-07-11 18:54:57 +08:00
|
|
|
kmod-alx kmod-e1000e kmod-igb-intel kmod-igc kmod-igbvf kmod-iavf kmod-bnx2x kmod-pcnet32 kmod-tulip kmod-via-velocity kmod-vmxnet3 kmod-i40e kmod-i40evf kmod-r8125 kmod-8139cp kmod-8139too kmod-fs-f2fs cfdisk \
|
2021-11-29 18:19:00 +08:00
|
|
|
htop lm-sensors autocore-x86 automount autosamba luci-app-adbyby-plus luci-app-ipsec-vpnd luci-proto-bonding \
|
2021-12-17 17:18:40 +08:00
|
|
|
luci-app-unblockmusic luci-app-zerotier luci-app-xlnetacc ddns-scripts_aliyun ddns-scripts_dnspod ca-bundle luci-app-wireguard luci-app-ttyd \
|
2021-06-15 19:45:54 +08:00
|
|
|
kmod-sound-hda-core kmod-sound-hda-codec-realtek kmod-sound-hda-codec-via kmod-sound-via82xx kmod-sound-hda-intel kmod-sound-hda-codec-hdmi kmod-sound-i8x0 kmod-usb-audio \
|
2022-07-08 22:28:07 +08:00
|
|
|
kmod-usb-net kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8150 kmod-usb-net-rtl8152-vendor kmod-mlx4-core kmod-mlx5-core kmod-drm-i915
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|
|
|
|
|
2021-06-15 17:58:07 +08:00
|
|
|
$(eval $(call $(if $(CONFIG_ISO_IMAGES),SetupHostCommand,Ignore),mkisofs, \
|
|
|
|
Please install mkisofs. , \
|
|
|
|
mkisofs -v 2>&1 , \
|
|
|
|
genisoimage -v 2>&1 | grep genisoimage, \
|
|
|
|
xorrisofs -v 2>&1 | grep xorriso \
|
2017-09-06 19:19:45 +08:00
|
|
|
))
|