buildrootschalter/project/Config.in
Peter Korsgaard 1d29743c72 BR2_BANNER: set to 'Welcome to Buildroot'
Seems a bit more sensible as default.
2009-01-15 14:50:03 +00:00

26 lines
623 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 Buildroot"
help
The banner string is stored in "/etc/issue"