From f73b5a0bf1cde5d177d862ea97444638dd76e9e9 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 28 Aug 2019 19:56:22 +0200 Subject: [PATCH] linux4.9: unbreak for aarch64* --- srcpkgs/linux4.9/files/arm64-dotconfig | 3 ++- srcpkgs/linux4.9/template | 7 ------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/linux4.9/files/arm64-dotconfig b/srcpkgs/linux4.9/files/arm64-dotconfig index 20a7ba616be..1e26d295bb1 100644 --- a/srcpkgs/linux4.9/files/arm64-dotconfig +++ b/srcpkgs/linux4.9/files/arm64-dotconfig @@ -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 diff --git a/srcpkgs/linux4.9/template b/srcpkgs/linux4.9/template index 61ca332208a..df3f4e10495 100644 --- a/srcpkgs/linux4.9/template +++ b/srcpkgs/linux4.9/template @@ -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 -dotconfig, use it to # configure the kernel; otherwise use arch defaults and all stuff