From b0b368f545a5e99174a2960332171b3a1c6a7cc5 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 26 Sep 2007 06:13:09 +0000 Subject: "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 --- project/Config.in | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'project') 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_ 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 -- cgit v1.2.3