From d6c91a01cbab542249d7c1c2e17d9ab27ba9928f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 24 Mar 2011 18:11:44 +0100 Subject: [PATCH] linux: set initramfs install dir to $(kernel_path)/initramfs Signed-off-by: Stephan Raue --- packages/linux/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux/build b/packages/linux/build index 84ad3d5c16..ed0d622184 100755 --- a/packages/linux/build +++ b/packages/linux/build @@ -22,7 +22,7 @@ . config/options $1 -export INSTALL=$(kernel_path) +export INSTALL=$(kernel_path)/initramfs $SCRIPTS/install busybox-initramfs if [ "$BOOTLOADER" = "u-boot" ]; then