diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 06:13:09 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 06:13:09 +0000 |
commit | b0b368f545a5e99174a2960332171b3a1c6a7cc5 (patch) | |
tree | 4fa846ad7f576b92805f1a4b70359f07e0146c56 /package/busybox/Config.in | |
parent | 01426334b4ef73074f32f77f9d4e0b77056dd780 (diff) | |
download | buildroot-novena-b0b368f545a5e99174a2960332171b3a1c6a7cc5.tar.gz buildroot-novena-b0b368f545a5e99174a2960332171b3a1c6a7cc5.zip |
"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 'package/busybox/Config.in')
-rw-r--r-- | package/busybox/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
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 |