summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-15 14:50:03 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-15 14:50:03 +0000
commit1d29743c72dcd3e225de7fce54b4729379607edb (patch)
tree839c59834eebb5e35d05195d1c17e5c45ddbace8
parent1a1ecfb69f771fe6632db6d26b8975a1cd29666f (diff)
BR2_BANNER: set to 'Welcome to Buildroot'
Seems a bit more sensible as default.
-rw-r--r--project/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Config.in b/project/Config.in
index e5927c2e3..0e9e7813d 100644
--- a/project/Config.in
+++ b/project/Config.in
@@ -19,7 +19,7 @@ config BR2_HOSTNAME
config BR2_BANNER
string "banner"
- default "Welcome to the Erik's uClibc development environment."
+ default "Welcome to Buildroot"
help
The banner string is stored in "/etc/issue"