MediaTek-Labs / linkit-smart-7688-feed

189 stars 152 forks source link

Issue with building the OpenWRT for LinkIt #52

Open AmbimatElectronics opened 5 years ago

AmbimatElectronics commented 5 years ago

Hello,

We are looking at compiling the OpenWRT for our project. Our requirement is to be able to compile the OpenWRT without support for Wi-Fi.

We are following the guide given on the below link:

https://github.com/MediaTek-Labs/linkit-smart-7688-feed

While compiling the same we are faced with this warning.

After running the make menuconfig we are getting the following warnings:

""

WARNING: Makefile 'package/feeds/linkit/mtk-linkit/Makefile' has a dependency on 'mountd', which does not exist WARNING: Makefile 'package/feeds/linkit/mtk-linkit/Makefile' has a dependency on 'kmod-sound-mtk', which does not exist configuration written to .config

""

warning

After this we run the Step 8 and 9 and we have troubles loading the OS on the LinkIT MT7688.

This is our configuration:

i_select_this

Also we don't know what image is to be selected here:

target_images_ma_su select_karavanu

Please help.

Thanks

Ambimat Support.

hitfzyangdianshi commented 3 years ago

I also met the issue WARNING: Makefile 'package/feeds/linkit/mtk-linkit/Makefile' has a dependency on 'mountd', which does not exist Have you solved this?

novski commented 3 years ago

The openwrt build here is old. Start a new one with plane openwrt as source. I don't like the doc's there. It's a bit messy and needs a lot of knowledge to get through. This is the best shortlist what is to do in my opinion: https://openwrt.org/docs/guide-developer/build-system/use-buildsystem#image_configuration

I'm developing on this board, so I can also help out if any problems ocure.