I followed the instructions at https://github.com/MediaTek-Labs/linkit-smart-7688-feed and https://forum.labs.mediatek.com/en/t/adventures-in-building-openwrt-for-linkit7688/258 to compile firmware and installed the new firmware on my LinkIt Smart 7688 Duo successfully.
root@mylinkit:~# uname -r
3.18.44
However, when following the instruction at https://docs.labs.mediatek.com/resource/linkit-smart-7688/en/tutorials/file-storage/mounting-the-root-fs-on-an-sd-card, I run into the below problem after running "opkg update" and "opkg install kmod-fs-ext4"
Installing kmod-fs-ext4 (3.18.23-1) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ramips/mt7688/packages/base/kmod-fs-ext4_3.18.23-1_ramips_24kec.ipk.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-ext4:
* kernel (= 3.18.23-1-32322c69cacfebf6e22f4e61cea9bebc) * kernel (= 3.18.23-1-32322c69cacfebf6e22f4e61cea9bebc) * kernel (= 3.18.23-1-32322c69cacfebf6e22f4e61cea9bebc) * kernel (= 3.18.23-1-32322c69cacfebf6e22f4e61cea9bebc) *
* opkg_install_cmd: Cannot install package kmod-fs-ext4.
Could you someone point me a direction to solve this issue? Thanks!!