summaryrefslogtreecommitdiffstats
path: root/project
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 07:55:45 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 07:55:45 +0000
commit5010039460817ceb3893a0f0c8ea15e8d8484023 (patch)
treec22b410c402b6a56ddfb2a3f0527c61b2a3658f4 /project
parentb363ba0c603ff8f815fc55a9365e4c4698447f60 (diff)
downloadbuildroot-novena-5010039460817ceb3893a0f0c8ea15e8d8484023.tar.gz
buildroot-novena-5010039460817ceb3893a0f0c8ea15e8d8484023.zip
- revert patch that obfuscates the config UI and doesn't reflect the order of config steps
Diffstat (limited to 'project')
-rw-r--r--project/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/project/Config.in b/project/Config.in
index 228060aa1..e5927c2e3 100644
--- a/project/Config.in
+++ b/project/Config.in
@@ -11,4 +11,15 @@ config BR2_PROJECT
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"