From: Hauke Mehrtens Date: Sat, 21 Jun 2025 17:21:51 +0000 (+0200) Subject: kernel: Add missing config option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19200%2Fhead;p=thirdparty%2Fopenwrt.git kernel: Add missing config option This broke the armsr/armv8 build. Signed-off-by: Hauke Mehrtens Link: https://github.com/openwrt/openwrt/pull/19200 Signed-off-by: Robert Marko --- diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12 index 64b12701baf..ec526e8e1da 100644 --- a/target/linux/generic/config-6.12 +++ b/target/linux/generic/config-6.12 @@ -15,6 +15,7 @@ CONFIG_32BIT=y # CONFIG_ACER_WIRELESS is not set # CONFIG_ACER_WMI is not set # CONFIG_ACORN_PARTITION is not set +# CONFIG_ACPI_AGDI is not set # CONFIG_ACPI_ALS is not set # CONFIG_ACPI_APEI is not set # CONFIG_ACPI_APEI_PCIEAER is not set diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index 0c3ba20753f..a8b5cabf88b 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -14,6 +14,7 @@ CONFIG_32BIT=y # CONFIG_ACERHDF is not set # CONFIG_ACER_WIRELESS is not set # CONFIG_ACORN_PARTITION is not set +# CONFIG_ACPI_AGDI is not set # CONFIG_ACPI_ALS is not set # CONFIG_ACPI_APEI is not set # CONFIG_ACPI_APEI_PCIEAER is not set