summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-26 06:13:09 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-26 06:13:09 +0000
commitb0b368f545a5e99174a2960332171b3a1c6a7cc5 (patch)
tree4fa846ad7f576b92805f1a4b70359f07e0146c56 /project
parent01426334b4ef73074f32f77f9d4e0b77056dd780 (diff)
"Project Name" needed before "root" file system can be copied.
Put first according to principle of configuration order Merge root skeleton configuration to one place - currently in package/busybox/Config.in - Should maybe have it's own Config.in gcc ABI configuration moved from toplevel to toolchain/gcc/Config.in
Diffstat (limited to 'project')
-rw-r--r--project/Config.in15
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