i want to use usb drive for transmission. when try to install kmod-usb-storage give me this error.
- pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.98-1-8a84c8c97b3c0f37cb40bd9236daddd5) for kmod-usb-storage
- satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-storage:
- kernel (= 5.15.98-1-8a84c8c97b3c0f37cb40bd9236daddd5)
- opkg_install_cmd: Cannot install package kmod-usb-storage.
I searched forum and found this guide: https://openwrt.org/faq/cannot_satisfy_dependencies
I want to try solution2
- Solution #2: Try to install via opkg with option
--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.
But i dont want to take a risk of brick this device. Anyone tried here?