mirror of https://github.com/hak5/openwrt.git
x86/64: add cdrom and iso9660 drivers
The iso image need cdrom and iso9660 drivers to boot, otherwise it will hang when mounting the root file system Signed-off-by: 李国 <uxgood.org@gmail.com>master
parent
a6b7c3e672
commit
533b130adc
|
@ -69,12 +69,15 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
|||
CONFIG_BACKLIGHT_GENERIC=y
|
||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
||||
CONFIG_BALLOON_COMPACTION=y
|
||||
CONFIG_BLK_DEV_SR=y
|
||||
# CONFIG_BLK_DEV_SR_VENDOR is not set
|
||||
CONFIG_BLK_DEV_INTEGRITY=y
|
||||
CONFIG_BLK_DEV_NVME=y
|
||||
CONFIG_NVME_MULTIPATH=y
|
||||
CONFIG_BLK_MQ_VIRTIO=y
|
||||
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
|
||||
CONFIG_BTT=y
|
||||
CONFIG_CDROM=y
|
||||
# CONFIG_CALGARY_IOMMU is not set
|
||||
# CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT is not set
|
||||
CONFIG_CONNECTOR=y
|
||||
|
@ -294,6 +297,7 @@ CONFIG_IOSF_MBI=y
|
|||
# CONFIG_IOSF_MBI_DEBUG is not set
|
||||
# CONFIG_ISCSI_IBFT is not set
|
||||
# CONFIG_ISCSI_IBFT_FIND is not set
|
||||
CONFIG_ISO9660_FS=y
|
||||
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
|
||||
# CONFIG_KVM_DEBUG_FS is not set
|
||||
CONFIG_KVM_GUEST=y
|
||||
|
|
|
@ -64,12 +64,15 @@ CONFIG_AUDIT_ARCH=y
|
|||
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
||||
CONFIG_BACKLIGHT_GENERIC=y
|
||||
CONFIG_BALLOON_COMPACTION=y
|
||||
CONFIG_BLK_DEV_SR=y
|
||||
# CONFIG_BLK_DEV_SR_VENDOR is not set
|
||||
CONFIG_BLK_DEV_INTEGRITY=y
|
||||
CONFIG_BLK_DEV_NVME=y
|
||||
CONFIG_BLK_MQ_VIRTIO=y
|
||||
CONFIG_BLK_PM=y
|
||||
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
|
||||
CONFIG_BTT=y
|
||||
CONFIG_CDROM=y
|
||||
# CONFIG_CALGARY_IOMMU is not set
|
||||
# CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT is not set
|
||||
CONFIG_CONNECTOR=y
|
||||
|
@ -280,6 +283,7 @@ CONFIG_IOMMU_HELPER=y
|
|||
CONFIG_IOSF_MBI=y
|
||||
# CONFIG_IOSF_MBI_DEBUG is not set
|
||||
# CONFIG_ISCSI_IBFT is not set
|
||||
CONFIG_ISO9660_FS=y
|
||||
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
|
||||
# CONFIG_KVM_DEBUG_FS is not set
|
||||
CONFIG_KVM_GUEST=y
|
||||
|
|
Loading…
Reference in New Issue