-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Installation
Jo-Philipp Wich edited this page Jan 15, 2016
·
2 revisions
- 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
- Add the a line like this to your /etc/opkg.conf to enable the openwrt package repository:
src/gz luci https://downloads.openwrt.org/$release/$version/$target/packages/luci
- Type opkg update
- For the ui: opkg install luci
- Any modules at your choice: opkg install luci-app-*
- For HTTPS support install the luci-ssl meta package
root@OpenWrt:~# /etc/init.d/uhttpd enable root@OpenWrt:~# /etc/init.d/uhttpd start