projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] base-files: add an experimental "-c" flag which tries to preserve *all...
[openwrt.git]
/
scripts
/
arm-magic.sh
diff --git
a/scripts/arm-magic.sh
b/scripts/arm-magic.sh
index
e8f41d3
..
8bc35c1
100755
(executable)
--- a/
scripts/arm-magic.sh
+++ b/
scripts/arm-magic.sh
@@
-34,5
+34,5
@@
do
printf "\xe3\xa0\x10\x$(echo $hexid|cut -b "2 3")\xe3\x81\x1c\x$(echo $hexid|cut -b 1)" > $BIN_DIR/openwrt-$1-zImage
fi
# generate the image
printf "\xe3\xa0\x10\x$(echo $hexid|cut -b "2 3")\xe3\x81\x1c\x$(echo $hexid|cut -b 1)" > $BIN_DIR/openwrt-$1-zImage
fi
# generate the image
- cat $BIN_DIR/
openwrt-ixp4xx
-zImage >> $BIN_DIR/openwrt-$1-zImage
+ cat $BIN_DIR/
$IMG_PREFIX
-zImage >> $BIN_DIR/openwrt-$1-zImage
done
done
This page took
0.035121 seconds
and
4
git commands to generate.