From c98b15c59915e8e7dc917fab63e64b2f084d3a9f Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Tue, 29 Dec 2009 17:55:19 +0900 Subject: [PATCH] build: Modify user setting Signed-off-by: Joonyoung Shim --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 57b66d3..2ba06c5 100755 --- a/build.sh +++ b/build.sh @@ -64,8 +64,9 @@ if [ "$USER" = "kmpark" ]; then ./system.sh popd elif [ "$USER" = "dofmind" ]; then - tar cvf system_uboot.tar u-boot-onenand.bin - mv -f system_uboot.tar /home/work + tar cvf system_uboot_evt0.tar u-boot-onenand.bin + tar cvf system_uboot_evt1.tar u-boot-onenand1.bin + mv -f system_uboot_*.tar /home/work elif [ "$USER" = "prom" ]; then tar cvf system_uboot_evt0.tar u-boot-onenand.bin tar cvf system_uboot_evt1.tar u-boot-onenand1.bin -- 2.7.4