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

About add last driver to custom build #417

Open
Dimit77 opened this issue Feb 5, 2024 · 1 comment
Open

About add last driver to custom build #417

Dimit77 opened this issue Feb 5, 2024 · 1 comment

Comments

@Dimit77
Copy link

Dimit77 commented Feb 5, 2024

HI
its no issue but i need help
I'm using ROOter firmware (https://github.com/ofmodemsandmen/ROOterSource2102) based on 21.02 openwrt. Last version mwlwifi driver that includes in this openwrt is dated 06/02/2020
can I add newer\the newest version of mwlwifi in this firmware?

@stklcode
Copy link
Contributor

stklcode commented Feb 6, 2024

Build it, try it 😉

Should be possible to build this module against Kernel 5.4.

Update the version, e.g. to what OpenWRT main uses

https://github.com/ofmodemsandmen/ROOterSource2102/blob/53f4ed4e4c469a25a0688a29530c9c86fb39a5ec/package/kernel/mwlwifi/Makefile#L16-L20

PKG_SOURCE_URL:=https://github.com/kaloz/mwlwifi
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2023-11-29
PKG_SOURCE_VERSION:=ebf3167445f108346dcff9a31a708534c0bd7cc5
PKG_MIRROR_HASH:=1d39ad25f4ad1fafff03a70341c2dabde8db4075f56163d40f8ae8aef2e2bb2d

(version is just the git commit hash of this repository)

You might need to refresh the (one) patch in the parent directory as well and/or pick some additional patches.

This basically works with OpenWRT main and 23.05 (Kernel 5.15 and 6.1)

No idea, if it's just a drop-in replacement or if it raises additional issues that have to be resolved first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants