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