luci icon indicating copy to clipboard operation
luci copied to clipboard

Delete conflict luci-app-socat configuration file

Open hex-ci opened this issue 1 year ago • 4 comments

Delete the configuration file that conflicts with socat in luci-app-socat.

hex-ci avatar Dec 31 '23 05:12 hex-ci

不应该重命名?

可以采用重命名的策略,不过这个配置文件本来就是 socat 自己就带的,luci-app-socat 没有必要弄一个重复的吧。这个重复的配置,在编译 openwrt 的时候会报一个文件冲突的错误,所以我才想提一个 PR 来修复这个问题。

hex-ci avatar Dec 31 '23 14:12 hex-ci

root@OpenWrt:~# cat /etc/config/socat

config global 'global'
        option enable '1'

config config 'xxx'
        option enable '0'
        option firewall_accept '1'

我试了一下,这根本不是一个 config 你要重命名并且改掉 luci 里面的路径

感谢回复,你指的"不是一个 config"是指的不是 socat 的 config 还是指的不是 luci-app-socat 的 config?

hex-ci avatar Mar 15 '24 15:03 hex-ci