INSTALL 670 B

123456789101112131415161718192021222324252627
  1. LuCI Installation Instructions
  2. TOC:
  3. 1. Kamikaze Feed
  4. 2. Kamikaze Packages
  5. 1. Kamikaze Feed
  6. 1. Change to your OpenWrt buildroot
  7. 2. Add the following line to your OpenWrt feeds.conf:
  8. src-svn luci http://svn.luci.subsignal.org/luci/trunk/contrib/package
  9. 3. Run ./scripts/feeds update
  10. 4. Run ./scripts/feeds install -a -p luci
  11. 5. Type make menuconfig and you will find luci in the menu "Administration"
  12. 2. Kamikaze Packages
  13. 1. cd to the "package" directory of your kamikaze buildroot
  14. 3. Type: ln -s /path/to/luci/contrib/package/* ./
  15. 4. cd to your kamikaze build root and type: make menuconfig
  16. You will find luci in the menu "Administration"