Install luci-app-passwall failed, where can I find the dependency packages?

I modified file: /etc/opkg/customfeeds.conf
src/gz openwrt_kiddin9 https://op.supes.top/packages-23.05/mipsel_24kc/

when opkg install luci-app-passwall, can not find these dependency packages.

Required dependency package *libopenssl3* is not available
Required dependency package *luci-lua-runtime* is not available

root@openwrt:/etc/opkg# ubus call system board;
{
	"kernel": "5.10.176",
	"hostname": "openwrt",
	"system": "MediaTek MT7620A ver:2 eco:6",
	"model": "Youku YK-L1",
	"board_name": "youku,yk-l1",
	"rootfs_type": "squashfs",
	"release": {
		"distribution": "OpenWrt",
		"version": "22.03.5",
		"revision": "r20134-5f15225c1e",
		"target": "ramips/mt7620",
		"description": "OpenWrt 22.03.5 r20134-5f15225c1e"
	}
}


root@openwrt:/etc/opkg# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='22.03.5'
DISTRIB_REVISION='r20134-5f15225c1e'
DISTRIB_TARGET='ramips/mt7620'
DISTRIB_ARCH='mipsel_24kc'
DISTRIB_DESCRIPTION='OpenWrt 22.03.5 r20134-5f15225c1e'
DISTRIB_TAINTS=''

fixed.
add these line in file: /etc/opkg/customfeeds.conf

src/gz kiddin9_core https://op.supes.top/packages-23.05/mipsel_24kc
src/gz kiddin9_base https://op.supes.top/packages-23.05/mipsel_24kc/base
src/gz kiddin9_luci https://op.supes.top/packages-23.05/mipsel_24kc/luci
src/gz kiddin9_packages https://op.supes.top/packages-23.05/mipsel_24kc/packages
src/gz kiddin9_routing https://op.supes.top/packages-23.05/mipsel_24kc/routing

You are apparently mixing 23.05 packages into a 22.03 firmware, which will lead into problems.

E.g. Openssl 3.0.x is only in 23.05 but not in 22.03
Similarly, LuCI has been changed in a major way.

And you are doing that with a third-party download repo.

But, it is your show...
...and your problems.

2 Likes

thanks. I am negligent.

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