diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-24 21:10:43 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-24 21:10:43 +0000 |
commit | 34a88f1fb025266e0a15b3749516e04d80994344 (patch) | |
tree | 52c05f4f94007bded9e3a18538deef45a3b527a7 /project | |
parent | 23b8823a18b19cd30720d5808e4cc27025817bc2 (diff) |
Reorganize configs to even more logical positions
Diffstat (limited to 'project')
-rw-r--r-- | project/Config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/project/Config.in b/project/Config.in index e5927c2e3..228060aa1 100644 --- a/project/Config.in +++ b/project/Config.in @@ -11,15 +11,4 @@ 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" |