Luci - web gui interface
Package location
Don't forget to add luci package in file feeds.conf.default
. Add line if it's not done before.
src-git luci src-git git:nbd.name/luci.git
Get LuCI package
./scripts/feeds update packages luci ./scripts/feeds install -a -p luci
Select packages
Select these packages from make menuconfig
:
- LuCi
- 2. Modules
- luci-mod-admin-core
- luci-mod-admin-full
- 3. Applications
- luci-app-ddns
- luci-app-firewall
- luci-app-ntpc
- luci-app-qos
- 4. Themes
- luci-theme-bootstrap
- luci-theme-openwrt (unselect)
- 8. Libraries
- luci-lib-lucid-http
- Languages
- Lua
- libiwinfo-lua
Themes
There to recommended themes for LUCI: default openwrt
and bootstrap
. You can see below how are they look like
Note
- LuCi can be connected only from LAN port (closer to reset button). Connecting from WAN port is forbidden.
- Be sure to include src-git luci src-git git:nbd.name/luci.git in feeds.conf.default file.