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

Compilation ERROR - Openwrt 15.05 branch has upgraded the kernel to 3.18.45 #37

Open
rsc1975 opened this issue Dec 20, 2016 · 8 comments

Comments

@rsc1975
Copy link

rsc1975 commented Dec 20, 2016

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:

git checkout c170d84bbe08e0f049c99d3f376aae170a36458e -b pre_3_18_45

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):

commit 1fea0d89f5b7867262213fc0ac459c4ab861e465
Author: Zoltan HERPAI <wigyori@uid0.hu>
Date:   Mon Dec 19 13:57:31 2016 +0100

    CC: kernel: update to 3.18.45, refresh targets
    
    Compile-tested on ar71xx, imx6, lantiq, mvebu
    Runtime-tested on sunxi.
    
    Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

commit c170d84bbe08e0f049c99d3f376aae170a36458e
Merge: e5a8ed3 6ee5972
Author: Zoltan Herpai <wigyori@uid0.hu>
Date:   Sun Dec 18 12:36:52 2016 +0100
@guanch1984
Copy link

I pull openwrt from origin master,

after update linkit feed,

cp 3.18.44 3.18.45
cp 3.18.44_all 3.18.45_all

then compile, will do the trick

@tippy2k
Copy link

tippy2k commented Dec 22, 2016

@blogic

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

@blogic
Copy link
Contributor

blogic commented Dec 22, 2016

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.

@mangobuge
Copy link

you also can take a look: widora-mtk-wifi
find the 3.18.45

@mrjohannchang
Copy link

mrjohannchang commented Apr 24, 2017

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.

https://github.com/changyuheng/linkit-smart-7688-feed

@Izzette
Copy link

Izzette commented Jun 17, 2017

I concur with @guanch1984, it seems that mt_wifi.ko_3.18.44 is binary compatible with the 3.18.45 kernel.

@jokerC8
Copy link

jokerC8 commented Sep 13, 2017

can you provide ko for 3.18.45 with ATE support ?

@hitfzyangdianshi
Copy link

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.

https://github.com/changyuheng/linkit-smart-7688-feed

yes. I tried mt76, and it works on openwrt 19.07

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

9 participants