diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-26 21:12:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-26 21:12:38 +0000 |
commit | 4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb (patch) | |
tree | 56762054e7ac277378262dd98c4ff8c9c55a7d1e /project/Config.in | |
parent | 02f18650097aed6c71f704c38c4dc55039286248 (diff) |
- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live
Diffstat (limited to 'project/Config.in')
-rw-r--r-- | project/Config.in | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/project/Config.in b/project/Config.in index a355623b5..e5927c2e3 100644 --- a/project/Config.in +++ b/project/Config.in @@ -1,4 +1,4 @@ -menu "Project Options" +comment "Project Options" config BR2_PROJECT string "Project name" @@ -11,4 +11,15 @@ config BR2_PROJECT Older targets may still build in the build_<arch> and store binaries in the top directory. -endmenu +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" + |