LuCi
-
How to install LuCi web GUI?
I could find some luci-app-* but what about the base?
If I try to use opkg install luci or opkg install luci-ssl the package is always unknown.
-
According to https://wiki.openwrt.org/doc/howto/luci.essentials
opkg update
opkg install luci
-
Omega has his own web interface, so perhaps it can conflict
-
You have to enable the corresponding package-repos in /etc/opkg/distfeeds.conf:
src/gz reboot_core http://downloads.lede-project.org/snapshots/targets/ramips/mt7688/packages src/gz reboot_base http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/base src/gz reboot_luci http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/luci src/gz reboot_packages http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages
Then remove
base-www
andonion-console-base
because they clash with luci (you won't be able to access the Onion Console anymore!) and thenopkg update && opkg install luci
-
@Pedro-Peña Onion Console does conflict, that's why it has to be removed or modified. However, Claus's problem is that he didn't enable the package-repos in opkg's config -- they are disabled by default in the Omega2-images, for some reason.
-
@Pedro-Peña Onion Console does conflict, that's why it has to be removed or modified. However, Claus's problem is that he didn't enable the package-repos in opkg's config -- they are disabled by default in the Omega2-images, for some reason.
You are right, i knew this, but answered outside home with mobile, hence my brief answer
-
@WereCatf Thanks for clarification.
-
src/gz reboot_core http://downloads.lede-project.org/snapshots/targets/ramips/mt7688/packages
Beware that first source actually is (now?):
src/gz reboot_core http://downloads.lede-project.org/snapshots/targets/ramips/mt76x8/packages