OpenWrt Forum Archive

Topic: Rolled your own OpenWRT or using snapshot? Missing LUCI? A fix!

The content of this topic has been archived on 9 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

As of the July 2010 snapshot, this would seem to be how to get Luci working...

1. Load packages

opkg update
opkg install luci-admin-mini luci-admin-full luci-app-firewall luci-app-initmgr luci-theme-openwrt luci-sgi-uhttpd

2. Make sure the web interface comes up

/etc/init.d/uhttpd restart

3. Add the command for #2 to /etc/rc.local (hint: install nano if you dislike vi)

Correct would be to issue "/etc/init.d/uhttpd enable" i think - for getting it started at every boot (as replacement for step 3).

Hey, sorry I didn't reply last year. I am trying the current trunk, and combining our instructions...

1. opkg update
2. opkg install luci luci-sgi-uhttpd
3. /etc/init.d/uhttpd restart
4. reboot

The discussion might have continued from here.