Config.in 656 B

12345678910111213141516171819202122232425
  1. comment "Project Options"
  2. config BR2_PROJECT
  3. string "Project name"
  4. default "uclibc"
  5. help
  6. The project name is used to define subdirectories
  7. * where the Board Support Packages are built
  8. (Linux,Root fs Bootmonitor,Utilities etc.)
  9. * where the resulting binaries are stored.
  10. Older targets may still build in the build_<arch>
  11. and store binaries in the top directory.
  12. config BR2_HOSTNAME
  13. string "hostname"
  14. default "uclibc"
  15. help
  16. The hostname string is stored in "/etc/hostname"
  17. config BR2_BANNER
  18. string "banner"
  19. default "Welcome to the Erik's uClibc development environment."
  20. help
  21. The banner string is stored in "/etc/issue"