README 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. --------------------------------------------------------------------------------
  2. Buildroot
  3. --------------------------------------------------------------------------------
  4. The buildroot/ directory contain the files to embed the klish package into the
  5. buildroot environment. The buildroot/ files must be copied to the
  6. buildroot's source tree package/klish directory. Then the package/Config.in
  7. file must be changed. Add the following string
  8. source "package/klish/Config.in"
  9. to the section started with 'menu "Shell and utilities"' (or to the another
  10. section if you think it will be better and you know what you do). After that you
  11. can configure buildroot and enable the building the klish package. You can find
  12. the menu for the klish within
  13. "Package Selection for the target"->"Shell and utilities" in the configurator.
  14. The klish's config allow to use the predefined version of klish or automatically
  15. download the last revision from the SVN repository.
  16. These files were tested with buildroot-2010.11.
  17. --------------------------------------------------------------------------------
  18. OpenWRT
  19. --------------------------------------------------------------------------------
  20. The openwrt/ directory contain the files to embed the klish package into the
  21. OpenWRT environment.
  22. The OpenWRT's Makefile was created by Emmanuel Deloget.
  23. --------------------------------------------------------------------------------
  24. Debian
  25. --------------------------------------------------------------------------------
  26. The contrib/debian dir contain konfd initscript for Debian system and some clish
  27. default XML config files. The klish source tree contain debian/ dir with all
  28. necessary information to build klish and klish-dev DEV packages. To build these
  29. packages the following packages must be installed:
  30. * devscripts
  31. * debhelper
  32. To build it type something like following command within klish source tree:
  33. $ debuild -uc -us