luci/INSTALL

27 lines
682 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
2008-03-31 09:59:23 +00:00
1. Change to your OpenWRT buildroot
2008-03-12 21:22:07 +00:00
2008-03-31 09:40:02 +00:00
2. Add the following line to your OpenWRT feeds.conf:
src-svn luci https://dev.leipzig.freifunk.net/svn/ff-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/ff-luci/contrib/package/* ./
4. cd to your kamikaze build root and type: make menuconfig
You will find luci in the menu "Administration"