You will get the message “Cannot satisfy the following dependencies for...” or “The installed version of package kernel is not compatible, require...”
--force-depends
(=Install/remove despite failed dependencies). Mind that this is likely to fail for kernel related packages (kmods). Note that failing/incompatible kernel modules may cause the device to crash or not to reboot properly.# Enable kmods repository . /etc/os-release KERNEL="$(opkg list-installed kernel)" cat << EOF >> /etc/opkg/distfeeds.conf src/gz openwrt_kmods http://downloads.openwrt.org/\ snapshots/targets/${OPENWRT_BOARD}/kmods/${KERNEL##* } EOF
As general advice, especially for inexperienced users: Go for the latest stable release (if available for your device), not a snapshot version, then the package repositories will match and packages will be available.