-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
UEFI kernels, legacy = 6.6, current 6.12 & edge 6.13 #7717
Conversation
cf9f6c4
to
48d9c1f
Compare
48d9c1f
to
e820768
Compare
e820768
to
39ab035
Compare
b093bf9
to
3db8f66
Compare
3db8f66
to
db8f3f4
Compare
@amazingfate Saw your patch upstream but still I wasn't been able to compile driver_rtl8189ES or driver_rtl8189FS on 6.13.RC |
I only tested rtl8189es with rockchip64-6.13: https://paste.next.armbian.com/etozibivaf |
|
The missing ieee80211_ptr depends on CONFIG_CFG80211, rockchip64 has it enabled so it's fine. |
So we need to enable CONFIG_CFG80211 on those that breaks? |
I get the same error after disabling CONFIG_CFG80211 in rockchip64-6.13. After a quick look at the dkms source Makefile, that is really a mess and I think enabling CONFIG_CFG80211 at our side is an easier way. |
What is easier and quicker? I think this can be enabled by default. Probably won't hurt? |
Yes this can be done directly in a hook, so we don't need to go updating each .config individually. |
I seem to have similar error related to |
It seems not only EXTRAWIFI drivers are affected, in-kernel drivers are also disabled because of missing |
@amazingfate @igorpecovnik try this one? #7728 -- it fixes the build for meson64 |
Description
How Has This Been Tested?
Checklist: