diff options
Diffstat (limited to 'package')
-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 |