From 4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 26 Sep 2007 21:12:38 +0000 Subject: - 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 --- project/Config.in | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'project/Config.in') 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_ 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" + -- cgit v1.2.3