Missing package `kmod-crypto-iv` in OpenWrt 22.03

In documentaction for encryption in first code field there's a kmod-crypto-iv dependency.

There was such dependency in 21.02 but in 22.03 it seems to be missing.

root@OpenWrt:/home/marcin# opkg update
Downloading https://downloads.openwrt.org/releases/22.03.0/targets/ipq806x/generic/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
(...)
Downloading https://downloads.openwrt.org/releases/22.03.0/packages/arm_cortex-a15_neon-vfpv4/telephony/Packages.sig
Signature check passed.
root@OpenWrt:/home/marcin# opkg install kmod-crypto-ecb kmod-crypto-xts kmod-crypto-iv kmod-crypto-misc kmod-crypto-user cryptsetup
Package kmod-crypto-ecb (5.10.138-1) installed in root is up to date.
Package kmod-crypto-xts (5.10.138-1) installed in root is up to date.
Unknown package 'kmod-crypto-iv'.
Package kmod-crypto-misc (5.10.138-1) installed in root is up to date.
Package kmod-crypto-user (5.10.138-1) installed in root is up to date.
Package cryptsetup (2.4.3-2) installed in root is up to date.
Collected errors:
 * opkg_install_cmd: Cannot install package kmod-crypto-iv.
root@OpenWrt:/home/marcin# 

Should it be changed or removed from documentation ?

I'm wondering if this missing package can be related to decrypt not executed at boottime problem

1 Like

Well thanks for info.
What is

?

I can't find it on the net, could you send a link ?

Did you try installing package kmod-crypto-seqiv ? That's probably what you want.

$ sudo opkg install kmod-crypto-seqiv
Package kmod-crypto-seqiv (5.10.138-1) installed in root is up to date.

I already had that :-\