summaryrefslogtreecommitdiffstats
path: root/project/Config.in
blob: e5927c2e346582c7be76bcc39e409248113e7864 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"