From d661594f5aaf22bdb0f78eb2e75f4206b04f8dc7 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 22 Mar 2013 15:06:08 -0500 Subject: [PATCH] tar: this is inside busybox Signed-off-by: Robert Nelson --- mk_mmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 662668a..ed334c7 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -880,7 +880,7 @@ function flash_kernel_base_installer { mount /dev/mmcblk0p1 /target/boot/uboot #mkdir -p /target/lib/modules/\$(uname -r) || true - #tar xf /target/boot/uboot/\$(uname -r)-modules.tar.gz -C /target/lib/modules/\$(uname -r) + #tar -xf /target/boot/uboot/\$(uname -r)-modules.tar.gz -C /target/lib/modules/\$(uname -r) mount -o bind /sys /target/sys cat /proc/mounts > /target/mounts