projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75c0493
)
alter path of toolchain in pack-kernel.sh
author
yangyun
<yangyun@rock-chips.com>
Tue, 31 Jan 2012 03:48:49 +0000
(11:48 +0800)
committer
yangyun
<yangyun@rock-chips.com>
Tue, 31 Jan 2012 03:51:27 +0000
(11:51 +0800)
pack-kernel.sh
patch
|
blob
|
history
diff --git
a/pack-kernel.sh
b/pack-kernel.sh
index 7e2761b1763466be323f0388a6972da479e0dc92..9df543470c8bb0289beffbd946b21ab1bb318620 100755
(executable)
--- a/
pack-kernel.sh
+++ b/
pack-kernel.sh
@@
-152,7
+152,7
@@
for file in ${EXCLUDES[@]}; do
done
echo TAR $(pwd)/$package
tar cf $package --numeric-owner --exclude-from $ex --exclude=.git --exclude=`basename $0` $(basename $kerndir)
-tar rf $package --numeric-owner --exclude=.git toolchain/arm-eabi-4.4.0
+tar rf $package --numeric-owner --exclude=.git
prebuilt/linux-x86/
toolchain/arm-eabi-4.4.0
echo GZIP $(pwd)/$package.gz
gzip -9 -c $package > $package.gz
rm $ex