xiaorouji / openwrt-passwall2

1.36k stars 440 forks source link

[Bug]: 直接安装新版失败 #368

Closed kay-zhu closed 1 year ago

kay-zhu commented 1 year ago

描述您遇到的bug

直接安装1.19.-6以上的版本显示:Unknown package 'luci-app-passwall2'.

在1.19-6上升级显示:Package luci-app-passwall2 (1.19-6) installed in root is up to date.

复现此Bug的步骤

同上

您想要实现的目的

可以直接安装新版或正常升级

日志信息

截图

No response

系统相关信息

内核版本 6.1.46

其他信息

No response

kay-zhu commented 1 year ago

补充一下,是x64构架的openwrt

Yangleis commented 1 year ago

补充一下,系统是OpenWrt 22.03.5,详细报错是缺少sing-box依赖,官方源没有提供。

Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency sing-box for luci-app-passwall2
catsimple commented 1 year ago

feeds里添加passwall

kay-zhu commented 1 year ago

feeds里添加passwall 具体在哪里?

kay-zhu commented 1 year ago

src/gz openwrt-passwall2 后面链接怎么填?

catsimple commented 1 year ago

src/gz openwrt-passwall2 后面链接怎么填?

echo "src-git passwall https://github.com/xiaorouji/openwrt-passwall" >> feeds.conf.default 用passwall的源,里面有sing-box

kay-zhu commented 1 year ago

似乎添加了还是不行

catsimple commented 1 year ago

似乎添加了还是不行

添加了以后要./scripts/feeds update -a && ./scripts/feeds install -a

kay-zhu commented 1 year ago

-ash: ./scripts/feeds: not found

catsimple commented 1 year ago

-ash: ./scripts/feeds: not found

兄啊,我以为你是在编译环境里,单独安装编译好的ipk我不清楚

seeson commented 1 year ago

我安装1.20也遇到这个问题了,单独找了sing-box_1.5.0-beta.6-70_x86_64.ipk但是也不能安装,需要kmod-netlink-diag,目前使用1.19-3

lzclzc999 commented 1 year ago

What am I