You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/functions/compilation/armbian-kernel.sh
+43-10
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,17 @@
10
10
# Forced .config options for all Armbian kernels.
11
11
# Please note: Manually changing options doesn't check the validity of the .config file. This is done at next make time. Check for warnings in build log.
12
12
13
-
# This is an internal/core extension.
13
+
# Enables additional wireless configuration options for Wi-Fi drivers on kernels 6.13 and later.
14
+
#
15
+
# This internal function updates the kernel configuration by adding necessary wireless options
16
+
# to a global modification list, and if a .config file exists, it applies these changes directly.
17
+
# It ensures that settings for wireless drivers (e.g. cfg80211 and mac80211) are properly enabled
18
+
# to avoid build errors due to recent kernel updates.
19
+
#
20
+
# Globals:
21
+
# KERNEL_MAJOR_MINOR - Current kernel version in major.minor format.
0 commit comments