MediaTek-Labs/linkit-smart-7688-feed

mt_wifi.ko_3.18.44': No such file or directory

Closed this issue · 12 comments

Hi,
I try to compile OpenWRT mt7688 fireware by MediaTek_LinkIt_Smart_7688_Developers_Guide_V1.1.pdf 7.1;

cp -fpR /home/gary/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7688/mtk-sdk-wifi-2015-06-01/ap_client /home/gary/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7688/mtk-sdk-wifi-2015-06-01/ipkg-ramips_24kec/mtk-sdk-wifi/sbin/
cp -fpR ./wifi_binary/mt_wifi.ko_3.18.44 /home/gary/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7688/mtk-sdk-wifi-2015-06-01/ipkg-ramips_24kec/mtk-sdk-wifi/lib/modules/3.18.44/mt_wifi.ko
cp: cannot stat './wifi_binary/mt_wifi.ko_3.18.44': No such file or directory
Makefile:93: recipe for target '/home/gary/openwrt/bin/ramips/packages/linkit/mtk-sdk-wifi_2015-06-01-ade8b1b299cbd5748db1acf80dd3e9f567938371_ramips_24kec.ipk' failed
make[3]: *** [/home/gary/openwrt/bin/ramips/packages/linkit/mtk-sdk-wifi_2015-06-01-ade8b1b299cbd5748db1acf80dd3e9f567938371_ramips_24kec.ipk] Error 1
make[3]: Leaving directory '/home/gary/openwrt/feeds/linkit/mtk-sdk-wifi'
package/Makefile:191: recipe for target 'package/feeds/linkit/mtk-sdk-wifi/compile' failed
make[2]: *** [package/feeds/linkit/mtk-sdk-wifi/compile] Error 2
make[2]: Leaving directory '/home/gary/openwrt'
package/Makefile:188: recipe for target '/home/gary/openwrt/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile' failed
make[1]: *** [/home/gary/openwrt/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/gary/openwrt'
/home/gary/openwrt/include/toplevel.mk:181: recipe for target 'world' failed
make: *** [world] Error 2

How to solve it?

Thanks, Gary

Maybe you can back to openwrt: ba4b52c8e145526c396a619af19a5deb42a6cbfb

@Pillar1989 How to back to......., do you have any steps? tks.

git clone https://github.com/openwrt/
cd openwrt
git checkout ba4b52c8e145526c396a619af19a5deb42a6cbfb -b fuck_freshman

@Pillar1989 Thanks so much, I will try it again.

@Pillar1989 If I could go back to last version (kernel version is 3.18.36) by you list steps?

git log | grep  3.18.36

You will find kernel 3.18.23 commits.

@Pillar1989 oh...I wish to download openwrt is 15.05 version. How to go back to 15.05, and based on kernel 3.18.36.

git clone https://github.com/openwrt/ -b chaos_calmer
cd openwrt
git log | grep  3.18.36
git checkout any_commit -b fuck_freshman

@Pillar1989 I met follow issue, how to solve it?
$git clone https://github.com/openwrt/ -b chaos_calmer
Cloning into 'openwrt'...
fatal: repository 'https://github.com/openwrt/' not found

git clone https://github.com/openwrt/openwrt

@Pillar1989 cheer....,, thanks, downloading is fine.

@Pillar1989 Tks, I can go back to openwrt 15.05 with kernel is 3.18.36