Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel: call oldconfig _after_ kernel config hooks; add hook for CONFIG_CFG80211=m and CONFIG_MAC80211=m on 6.13+ #7728

Conversation

rpardini
Copy link
Member

  • we need to run the hooks before running oldconfig, otherwise it is too late
  • drop kernel_config_check_and_repair() since it won't ever detect anything now

…FIG_CFG80211=m` and `CONFIG_MAC80211=m` on 6.13+

- we need to run the hooks _before_ running oldconfig, otherwise it is too late
- drop `kernel_config_check_and_repair()` since it won't ever detect anything now
@github-actions github-actions bot added size/medium PR with more then 50 and less then 250 lines Needs review Seeking for review Framework Framework components labels Jan 20, 2025
@rpardini rpardini marked this pull request as ready for review January 20, 2025 21:24
@rpardini rpardini requested a review from a team as a code owner January 20, 2025 21:24
@amazingfate
Copy link
Contributor

I wonder why this issue is 6.13 only, ieee80211_ptr is controlled by CFG80211 since 5.19. 6.12 kernel is fine without this config.

@amazingfate
Copy link
Contributor

I have added a commit to enable all the drivers back for 6.13: 8a4d22f
And some wifi dirvers has to update the source.

@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 02 Milestone: First quarter release and removed Needs review Seeking for review labels Jan 21, 2025
@igorpecovnik igorpecovnik merged commit 2f2c817 into armbian:main Jan 21, 2025
12 of 13 checks passed
@igorpecovnik
Copy link
Member

I have added a commit to enable all the drivers back for 6.13

Is this ready?

@amazingfate
Copy link
Contributor

I have added a commit to enable all the drivers back for 6.13

Is this ready?

Yes, #7736 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
02 Milestone: First quarter release Framework Framework components Ready to merge Reviewed, tested and ready for merge size/medium PR with more then 50 and less then 250 lines
Development

Successfully merging this pull request may close these issues.

3 participants