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:
1756ba6
)
fix sh run error:
author
陈辉
<chenhui@rock-chips.com>
Fri, 27 Jul 2012 04:13:41 +0000
(12:13 +0800)
committer
陈辉
<chenhui@rock-chips.com>
Fri, 27 Jul 2012 04:33:13 +0000
(12:33 +0800)
toolchain is changed in jellybean
pack-kernel-common.sh
patch
|
blob
|
history
diff --git
a/pack-kernel-common.sh
b/pack-kernel-common.sh
index 723788e6911350e8ea982e33b41054096022ab71..bdfe1a47361af72715e3d3ac5afd2d7514465aa0 100755
(executable)
--- a/
pack-kernel-common.sh
+++ b/
pack-kernel-common.sh
@@
-82,7
+82,7
@@
for file in ${EXCLUDES[@]}; do
done
echo TAR $(pwd)/$package
tar cf $package --numeric-owner --exclude-from $ex --exclude=.git $(basename $kerndir)
-tar rf $package --numeric-owner --exclude=.git prebuilt/linux-x86/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