kumquat-buildroot/project/Config.in
Bernhard Reutner-Fischer 51a61c9011 - Subsume and collaps toolchain options in one menu
This is ment to ease configuration by providing toolchain related options in one place
  No functional changes, just shuffling the menus around..
2007-09-22 14:16:25 +00:00

26 lines
656 B
Plaintext

comment "Project Options"
config BR2_PROJECT
string "Project name"
default "uclibc"
help
The project name is used to define subdirectories
* where the Board Support Packages are built
(Linux,Root fs Bootmonitor,Utilities etc.)
* where the resulting binaries are stored.
Older targets may still build in the build_<arch>
and store binaries in the top directory.
config BR2_HOSTNAME
string "hostname"
default "uclibc"
help
The hostname string is stored in "/etc/hostname"
config BR2_BANNER
string "banner"
default "Welcome to the Erik's uClibc development environment."
help
The banner string is stored in "/etc/issue"