Kmod-usb-storage (no such package)

Trying to install USB storage drivers for my openwrt router and I am pretty much stuck at the very first step:

my device:

Firmware Version OpenWrt SNAPSHOT r0-04825dd / LuCI Master 25.123.45854~98f7f2a
from https://github.com/AgustinLorenzo/openwrt/releases

root@hans:/dev# apk add kmod-usb-storage
ERROR: unable to select packages:
  kmod-usb-storage (no such package):
    required by: world[kmod-usb-storage]
root@hans:/dev# apk update
 [https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/packages]
 [https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base]
 [https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci]
 [https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages]
 [https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing]
 [https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/telephony]
 [https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/video]
OK: 9486 distinct packages available
root@hans:/dev# apk add kmod-usb-storage
ERROR: unable to select packages:
  kmod-usb-storage (no such package):
    required by: world[kmod-usb-storage]

where do I find it? Was it changed/deprecated?

It is patched on top of official openwrt, thus uou need to provide your own kmod repo. Or copy needed ones from your build tree

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.