Skip to content

Commit

Permalink
improve luci install
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancYescO committed Apr 7, 2024
1 parent d050a0e commit 253e8d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ app_luci() {
opkg update
[ ! -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
rm -rf /etc/config/uhttpd
rm /usr/lib/lua/uci.so #remove to avoid lua-uci conflict during install
opkg install --force-reinstall libuci-lua luci rpcd
[ ! -f /etc/init.d/uhttpd ] && opkg install uhttpd # only on 19.x is not getting installed as dependency?
mkdir /www_luci
Expand Down

0 comments on commit 253e8d6

Please sign in to comment.