diff options
| author | Christian Lamparter | 2025-04-26 02:25:27 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2025-05-28 16:22:41 +0000 |
| commit | de5e53770533ca27557ef82d20673c5c325c64b8 (patch) | |
| tree | 45c2d863ee8fdf4a3e2e34d65a5e14e61a2a43aa | |
| parent | 268c352e44956a3e7fe86e68ad727ba57b0a75a5 (diff) | |
| download | openwrt-de5e53770533ca27557ef82d20673c5c325c64b8.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.12 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |