I managed to get a bit further, but I’m not quite sure how to fix this missing dependency
root@MT300N-V2:~# opkg install cgminer_git-9e51f0b-1_mipsel_24kc.ipk
Installing cgminer (git-9e51f0b-1) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for cgminer:
* udev *
* opkg_install_cmd: Cannot install package cgminer.
I tried (when building the ipk)
$ scripts/feeds install libudev-fbsd
And I tried changing +udev to +libudev-fbsd in the cgminer openwrt Makefile’s
DEPENDS:=...
to no avail.
I don’t quite understand how the dependency on udev is detected, and whether it is a dependency on a library or a daemon, and whether there is an openwrt package for either. My guess of libudev-fbsd was just a crap shoot based on the package description.
Thanks for any help