Kmod-inet-diag missing from software tab in snapshot

Hello everyone , i installed the latest snapshot of openwrt on my ax3000T xiaomi , and since i do have foresee chip with bad block , that is the only option for me . But now that i want to install some software on it and unfortunately i cant .

What i want to do is to install some ipk that i downloaded , wich do require kmod-inet-diag , which would seem like is missing from the repos

So what i want ask is how do i install it ?

I tried downloading the kmot-inet-diag from the 3000T 24.10 repo, but it gave me some error about untrusted signature in luci , then i tried putty and added a --allowuntrusted it gave v2 format error .

So any help would be appreciated
Thanks

Looks like it's there to me? A simple apk -U add kmod-inet-diag should do it.

https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/kmods/6.6.89-1-660417939f2c8b326c6ec3b2260a9162/kmod-inet-diag-6.6.89-r1.apk

  1. You can't install kmods from release versions into a snapshot, you'll brick your device if you can actually manage to work around all the safeguards.
  2. The ipk format is not accepted by apk, which wants .apk packages.
1 Like

Thanks for your reply .

So if something isn't available as an .apk , i have no way of using it in .ipk , right ?

Correct, as long as you're on main snapshots. The ipk format is opkg only, and is used for all releases, including 24.10.

1 Like