From 802006fd00907346dc18565b4e04d95cc0f3fe10 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 29 Oct 2009 23:12:48 +0100 Subject: [PATCH] busybox-initramfs: build split and hostname, bumprev. --HG-- extra : convert_revision : 3fbb4a450933ff5de1aaf6be15967f351661d708 --- templates/busybox-initramfs/dotconfig | 4 ++-- templates/busybox-initramfs/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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