linkease / nas-packages-luci

易有云团队自研的 OpenWRT 插件汇总
141 stars 53 forks source link

自行编译的固件,在istore里面安装好istorex v0.5.8,进入向导模式就出错? #63

Closed popalanluck closed 1 year ago

popalanluck commented 1 year ago

自行编译的固件,在istore里成功安装了istorex v0.5.8,进入向导模式就会出错?

编译时已经集成到自己的固件中 https://github.com/linkease/istore https://github.com/linkease/nas-packages-luci 生成的固件也能顺利打开istore商店并安装好 istorex v0.5.8 。

但是,点击打开istoreX以后,进入向导模式,无论点击哪个选项,都会报错。

image

试过很多第三方固件,都存在同样的问题。

popalanluck commented 1 year ago

已经自行找到了解决办法:

原始的配置文件有误,多了两个''。 修改istorex配置文件,删除'enabled'和'model'多余的''符号。

image image


还可以修改配置文件,跳过向导,直接使用以下两种模式:

1.路由模式

config istorex option enabled '1' option model 'router' image

  1. NAS模式

config istorex option enabled '1' option model 'nas' image

jjm2473 commented 1 year ago

你的固件是从哪个项目编译的?我改了uci配置,应该没问题了。