diff options
Diffstat (limited to 'project/Config.in')
-rw-r--r-- | project/Config.in | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/project/Config.in b/project/Config.in index e5927c2e3..a355623b5 100644 --- a/project/Config.in +++ b/project/Config.in @@ -1,4 +1,4 @@ -comment "Project Options" +menu "Project Options" config BR2_PROJECT string "Project name" @@ -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" - +endmenu |