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 --- package/busybox/Config.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'package') diff --git a/package/busybox/Config.in b/package/busybox/Config.in index be2306f68..1574cf2f0 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -127,6 +127,8 @@ config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS Do not show packages in menuconfig that are potentially provided by busybox. +comment "Skeleton configuration" + config BR2_PACKAGE_BUSYBOX_SKELETON bool "use minimal target skeleton" depends on BR2_PACKAGE_BUSYBOX @@ -135,6 +137,19 @@ config BR2_PACKAGE_BUSYBOX_SKELETON Use a minimal target skeleton. Make sure to select mdev which is used to populate /dev/. +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" + + #config BR2_PACKAGE_BUSYBOX_INITRAMFS # bool "initramfs perusing busybox" # depends on BR2_PACKAGE_BUSYBOX -- cgit v1.2.3