diff options
| author | Hauke Mehrtens | 2025-06-21 17:21:51 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-06-22 09:28:09 +0000 |
| commit | a944a6d6b1e1f4db635f76e481841260739b7860 (patch) | |
| tree | 6d258cbb856cd0354a638ba181bcaf3d42745bc5 | |
| parent | c695cf6109c44a81f04f94c38b825d34395af3f0 (diff) | |
| download | openwrt-a944a6d6b1e1f4db635f76e481841260739b7860.tar.gz | |
kernel: Add missing config option
This broke the armsr/armv8 build.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link: https://github.com/openwrt/openwrt/pull/19200
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.12 | 1 | ||||
| -rw-r--r-- | target/linux/generic/config-6.6 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12 index 64b12701ba..ec526e8e1d 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 0c3ba20753..a8b5cabf88 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 |