[openwrt/openwrt] kernel: Add missing config option

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 29 06:23:12 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/aaee6bfb0679c4390bdc22ed48a4e5e9743e03c3

commit aaee6bfb0679c4390bdc22ed48a4e5e9743e03c3
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Jun 21 19:21:51 2025 +0200

    kernel: Add missing config option
    
    This broke the armsr/armv8 build.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    Link: https://github.com/openwrt/openwrt/pull/19200
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit a944a6d6b1e1f4db635f76e481841260739b7860)
---
 target/linux/generic/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index deb58397b5..e31cca45cc 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




More information about the lede-commits mailing list