Thanks for the reply. Seems like the kernel dependency is causing issues in a few places :slight_frown:
I tried Kit's suggestion of including --force-depends
and it threw out a similar message, along with failed to find a module named gspca_zc3xx
:
root@Omega-23AC:/tmp/mk1/data# opkg --force-depends install kmod-video-gspca-zc3xx
Installing kmod-video-gspca-zc3xx (3.18.23-1) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base/kmod-video-gspca-zc3xx_3.18.23-1_ar71xx.ipk.
Configuring kmod-video-gspca-zc3xx.
failed to find a module named gspca_zc3xx
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-video-gspca-zc3xx:
* kernel (= 3.18.23-1-b2f200610f46d20ef52d269421369d0c) *
If I try to re-run the same command, however, no error is shown:
root@Omega-23AC:/tmp/mk1/data# opkg --force-depends install kmod-video-gspca-zc3xx
Package kmod-video-gspca-zc3xx (3.18.23-1) installed in root is up to date.
Now I just need to buy a USB hub to test it. Will post back results...
Thanks.