[openwrt/openwrt] generic: add CONFIG_FB_INTEL
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 17 10:23:33 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/57daea682e1c6e6da91f92efed717159f9ffffb0
commit 57daea682e1c6e6da91f92efed717159f9ffffb0
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sun Nov 17 19:22:25 2024 +0100
generic: add CONFIG_FB_INTEL
CONFIG_FB_INTEL is now visible on x86 since i915 driver is packaged as kmod
now and it stops compilation, so add it to the generic config.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
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 d887381414..9eec780b53 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -1927,6 +1927,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_IMX is not set
+# CONFIG_FB_INTEL is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_LITTLE_ENDIAN is not set
More information about the lede-commits
mailing list