[openwrt/openwrt] generic: 6.12: add missing symbol

LEDE Commits lede-commits at lists.infradead.org
Wed May 28 09:23:41 PDT 2025


chunkeey pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/de5e53770533ca27557ef82d20673c5c325c64b8

commit de5e53770533ca27557ef82d20673c5c325c64b8
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sat Apr 26 04:25:27 2025 +0200

    generic: 6.12: add missing symbol
    
    this symbol got picked up by the 6.12 UML conversion.
    CONFIG_FBNIC = FaceBook/Meta Platforms Host Network Interface
    it should be disabled by default in generic.
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 target/linux/generic/config-6.12 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12
index 7349ab371d..db70f39220 100644
--- a/target/linux/generic/config-6.12
+++ b/target/linux/generic/config-6.12
@@ -2054,6 +2054,7 @@ CONFIG_FB_NOTIFY=y
 # CONFIG_FB_VIRTUAL is not set
 # CONFIG_FB_VOODOO1 is not set
 # CONFIG_FB_VT8623 is not set
+# CONFIG_FBNIC is not set
 # CONFIG_FCOE is not set
 # CONFIG_FCOE_FNIC is not set
 # CONFIG_FDDI is not set




More information about the lede-commits mailing list