luci/INSTALL

28 lines
670 B
Text
Raw Normal View History

LuCI Installation Instructions
2008-03-12 21:22:07 +00:00
TOC:
2008-03-31 09:40:02 +00:00
1. Kamikaze Feed
2. Kamikaze Packages
2008-03-12 21:22:07 +00:00
2008-03-31 09:40:02 +00:00
1. Kamikaze Feed
1. Change to your OpenWrt buildroot
2008-03-12 21:22:07 +00:00
2. Add the following line to your OpenWrt feeds.conf:
src-svn luci http://svn.luci.subsignal.org/luci/trunk/contrib/package
2008-03-31 09:40:02 +00:00
2008-04-05 17:24:45 +00:00
3. Run ./scripts/feeds update
2008-03-31 09:40:02 +00:00
4. Run ./scripts/feeds install -a -p luci
2008-03-31 09:59:23 +00:00
5. Type make menuconfig and you will find luci in the menu "Administration"
2008-03-31 09:40:02 +00:00
2. Kamikaze Packages
2008-04-14 11:23:39 +00:00
1. cd to the "package" directory of your kamikaze buildroot
2008-03-12 21:22:07 +00:00
3. Type: ln -s /path/to/luci/contrib/package/* ./
2008-03-12 21:22:07 +00:00
4. cd to your kamikaze build root and type: make menuconfig
You will find luci in the menu "Administration"