-
Notifications
You must be signed in to change notification settings - Fork 152
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
Compilation ERROR - Openwrt 15.05 branch has upgraded the kernel to 3.18.45 #37
Comments
I pull openwrt from origin master, after update linkit feed, cp 3.18.44 3.18.45 then compile, will do the trick |
Can you please build a binary wifi driver for kernel 3.18.45? Also would it possible to build 4.4.x drivers to use with LEDE? There are a few of us that would like to experiment with LEDE on linkit7688. Thanks |
i am sorry i am not working on this product/project anymore. please contact VincentSH Hsu (徐士璿) vincentsh.hsu@mediatek.com directly for support, he is the product manager. |
you also can take a look: widora-mtk-wifi |
Seemed like mtk-sdk-wifi is a closed source version driver. There's an open one in OpenWrt called mt76. Looks mt76 works for MT7688. I just ported LEDE 17.01 to 7688 but I don't have a device to verify now. If anybody wanna give it a try, take it. |
I concur with @guanch1984, it seems that |
can you provide ko for 3.18.45 with ATE support ? |
yes. I tried mt76, and it works on openwrt 19.07 |
The openwrt 15.05 (git://git.openwrt.org/15.05/openwrt.git) has updated the kernel version to 3.18.45 which will result in the compilation failure of the mtk-sdk-wifi due to the lack of file wifi_binary/mt_wifi.ko_3.18.45 and ./wifi_binary/mt_wifi.ko_3.18.45_all.
As workaround, I changed the git HEAD to the previous commit:
Although the workaround works, It would be desirable to add the new wifi_binary files to the repo.
The git log of the repo (git://git.openwrt.org/15.05/openwrt.git):
The text was updated successfully, but these errors were encountered: