Skip to content

Commit 253e8d6

Browse files
committed
improve luci install
1 parent d050a0e commit 253e8d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

decompressed/gui_file/usr/share/transformer/scripts/appInstallRemoveUtility.sh

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ app_luci() {
182182
opkg update
183183
[ ! -f /rom/usr/lib/libjson-c.so.2 ] && ln -s /usr/lib/libjson-c.so.4 /usr/lib/libjson-c.so.2 #workaround for 18.x feeds used on 19.x firmware
184184
rm -rf /etc/config/uhttpd
185+
rm /usr/lib/lua/uci.so #remove to avoid lua-uci conflict during install
185186
opkg install --force-reinstall libuci-lua luci rpcd
186187
[ ! -f /etc/init.d/uhttpd ] && opkg install uhttpd # only on 19.x is not getting installed as dependency?
187188
mkdir /www_luci

0 commit comments

Comments
 (0)