asvow / luci-app-tailscale

LuCI support for tailscale
GNU General Public License v3.0
62 stars 13 forks source link

强制安装成功后 左侧菜单没有tailscale #7

Closed lllgggrrr closed 2 months ago

lllgggrrr commented 2 months ago

root@L:/tmp# opkg install --force-overwrite luci-i18n-tailscale-zh-cn_240611.42655_all.ipk Package luci-i18n-tailscale-zh-cn (240611.42655) installed in root is up to date.

lllgggrrr commented 2 months ago

/tmp# opkg install --force-overwrite luci-app-tailscale_1.1.1_all.ipk Installing luci-app-tailscale (1.1.1) to root... Configuring luci-app-tailscale. uci: Parse error (invalid command) at line 1, byte 0 disabled in config disabled in config

asvow commented 2 months ago

本插件仅适用于openwrt/immortalwrt官方luci2分支版本固件。大雕LEDE源码中默认为luci1版本无法使用,需要在编译固件前修改feeds.conf.default切换luci至openwrt-23.05分支。

另外uci: Parse error (invalid command)报错可通过以下命令排查

for CONF in /etc/config/* ; do uci show "${CONF##*/}" > /dev/null || echo "${CONF}"; done