Installation
OpenWrt Feed
- Change to your OpenWRT buildroot
- Run ./scripts/feeds update
- Run ./scripts/feeds install -a -p luci
- Type make menuconfig
- You will find all components in the "LuCI" menu
OpenWrt Package Repository (OpenWrt Builds)
- Add the a line like this to your /etc/opkg.conf to enable the openwrt package repository:
src luci http://downloads.openwrt.org/kamikaze/8.09.2/YOUR_ARCHITECTURE/packages
- Type opkg update
- For LuCI Essentials: opkg install luci-light
- For LuCI Administration: opkg install luci
- Any modules at your choice: opkg install luci-app-*
- For HTTPS support install the luci-ssl meta package
Since opkg-installed services are disabled by default, you have to manually enable the web server to launch it on boot:
root@OpenWrt:~# /etc/init.d/uhttpd enable root@OpenWrt:~# /etc/init.d/uhttpd start
