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