README 1.4 KB

1234567891011121314151617181920212223242526272829303132
  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. The current predefined stable version of klish package that used in the
  18. buildroot's klish.mk file is 1.3.1.
  19. --------------------------------------------------------------------------------
  20. OpenWRT
  21. --------------------------------------------------------------------------------
  22. The openwrt/ directory contain the files to embed the klish package into the
  23. OpenWRT environment.
  24. The OpenWRT's Makefile was created by Emmanuel Deloget.