linux4.9: unbreak for aarch64*
This commit is contained in:
parent
41b65ab811
commit
f73b5a0bf1
2 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.9.169 Kernel Configuration
|
||||
# Linux/arm64 4.9.190 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -6598,6 +6598,7 @@ CONFIG_ARM_SCPI_POWER_DOMAIN=y
|
|||
# CONFIG_FIRMWARE_MEMMAP is not set
|
||||
CONFIG_DMIID=y
|
||||
CONFIG_DMI_SYSFS=y
|
||||
CONFIG_ISCSI_IBFT=m
|
||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
||||
# CONFIG_FW_CFG_SYSFS is not set
|
||||
CONFIG_QCOM_SCM=y
|
||||
|
|
|
@ -35,13 +35,6 @@ mutable_files="
|
|||
/usr/lib/modules/${_kernver}/modules.alias.bin
|
||||
/usr/lib/modules/${_kernver}/modules.devname"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# PLS FIX
|
||||
aarch64*)
|
||||
broken="https://build.voidlinux.org/builders/aarch64_builder/builds/21625/steps/shell_3/logs/stdio"
|
||||
;;
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
# If there's a file called <arch>-dotconfig, use it to
|
||||
# configure the kernel; otherwise use arch defaults and all stuff
|
||||
|
|
Loading…
Add table
Reference in a new issue