summaryrefslogtreecommitdiffstats
path: root/project/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'project/Config.in')
-rw-r--r--project/Config.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/project/Config.in b/project/Config.in
new file mode 100644
index 000000000..67dd080e7
--- /dev/null
+++ b/project/Config.in
@@ -0,0 +1,26 @@
+menu "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"
+
+endmenu