From 14b3e2aeebd6e15b3f65eba0d48851489517958b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 14 Sep 2014 16:18:20 +0200 Subject: [PATCH] busybox: add applet 'tail' to initramfs, needed for u-boot update script Signed-off-by: Stephan Raue --- packages/sysutils/busybox/config/busybox-init.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox-init.conf b/packages/sysutils/busybox/config/busybox-init.conf index 2fa3a4773a..6c6afc1f47 100644 --- a/packages/sysutils/busybox/config/busybox-init.conf +++ b/packages/sysutils/busybox/config/busybox-init.conf @@ -280,8 +280,8 @@ CONFIG_STAT=y # CONFIG_SUM is not set CONFIG_SYNC=y # CONFIG_TAC is not set -# CONFIG_TAIL is not set -# CONFIG_FEATURE_FANCY_TAIL is not set +CONFIG_TAIL=y +CONFIG_FEATURE_FANCY_TAIL=y # CONFIG_TEE is not set # CONFIG_FEATURE_TEE_USE_BLOCK_IO is not set # CONFIG_TRUE is not set