feat(kernel): enable x86 Wireless LAN - #18305
Open
sirredbeard wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Enables the x86_64 kernel’s Wireless LAN configuration while keeping all vendor drivers disabled.
Changes:
- Sets
CONFIG_WLAN=yand explicitly disables vendor WLAN drivers. - Bumps the kernel package release to 12 and updates the changelog.
- Refreshes the kernel lock and rendered outputs.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
base/comps/kernel/6.18-x86_64-azl.config |
Enables the WLAN menu for x86_64. |
base/comps/kernel/kernel.azl.macros |
Bumps the manual package release. |
base/comps/kernel/kernel.spec |
Adds the release changelog entry. |
locks/kernel.lock |
Refreshes the component input fingerprint. |
specs/k/kernel/6.18-x86_64-azl.config |
Synchronizes the rendered kernel config. |
specs/k/kernel/kernel.azl.macros |
Synchronizes the rendered release macro. |
specs/k/kernel/kernel.spec |
Synchronizes the rendered spec and changelog. |
Enable `CONFIG_WLAN=y` for x86_64. The x86_64 configuration already builds cfg80211 and mac80211. This turns on the Wireless LAN menu. Vendor drivers stay off. arm64 already enables WLAN.
sirredbeard
force-pushed
the
enable-x86-wlan
branch
from
August 4, 2026 01:13
dabf4d1 to
9df9a15
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable
CONFIG_WLAN=yfor x86_64.The x86_64 configuration already builds cfg80211 and mac80211. This turns on the Wireless LAN menu. Vendor drivers stay off.
arm64 already enables WLAN.