contrib/meshwizard: Remove original lan-dhcp entry if lan is used for olsrd and fix...
[project/luci.git] / INSTALL
1 LuCI Installation Instructions
2
3 TOC:
4 1. Kamikaze Feed
5 2. Kamikaze Packages
6
7
8 1. Kamikaze Feed
9 1. Change to your OpenWrt buildroot
10
11 2. Add the following line to your OpenWrt feeds.conf:
12 src-svn luci http://svn.luci.subsignal.org/luci/trunk/contrib/package
13
14 3. Run ./scripts/feeds update
15
16 4. Run ./scripts/feeds install -a -p luci
17
18 5. Type make menuconfig and you will find luci in the menu "Administration"
19
20
21 2. Kamikaze Packages
22 1. cd to the "package" directory of your kamikaze buildroot
23
24 3. Type: ln -s /path/to/luci/contrib/package/* ./
25
26 4. cd to your kamikaze build root and type: make menuconfig
27 You will find luci in the menu "Administration"