diff --git a/templates/busybox-initramfs/dotconfig b/templates/busybox-initramfs/dotconfig index caae5c80e3c..30f50ab651e 100644 --- a/templates/busybox-initramfs/dotconfig +++ b/templates/busybox-initramfs/dotconfig @@ -222,7 +222,7 @@ CONFIG_FEATURE_FANCY_SLEEP=y CONFIG_FEATURE_FLOAT_SLEEP=y CONFIG_SORT=y CONFIG_FEATURE_SORT_BIG=y -# CONFIG_SPLIT is not set +CONFIG_SPLIT=y # CONFIG_FEATURE_SPLIT_FANCY is not set CONFIG_STAT=y CONFIG_FEATURE_STAT_FORMAT=y @@ -652,7 +652,7 @@ CONFIG_FEATURE_LESS_MAXLINES=0 # CONFIG_FTPGET is not set # CONFIG_FTPPUT is not set # CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS is not set -# CONFIG_HOSTNAME is not set +CONFIG_HOSTNAME=y # CONFIG_HTTPD is not set # CONFIG_FEATURE_HTTPD_RANGES is not set # CONFIG_FEATURE_HTTPD_USE_SENDFILE is not set diff --git a/templates/busybox-initramfs/template b/templates/busybox-initramfs/template index d255cdcae9f..accb3312dad 100644 --- a/templates/busybox-initramfs/template +++ b/templates/busybox-initramfs/template @@ -1,7 +1,7 @@ # Build template for 'busybox-initramfs'. pkgname=busybox-initramfs version=1.15.1 -revision=2 +revision=3 wrksrc=busybox-$version distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2" build_style=gnu_makefile