projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ixp4xx: fix MAC parsing and switch (unmanaged) functionality for wrt300nv2 (thank...
[openwrt.git]
/
target
/
linux
/
mpc83xx
/
patches-2.6.33
/
019-powerpc_create_fit_uImages.patch
diff --git
a/target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch
b/target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch
index
d53c817
..
251a053
100644
(file)
--- a/
target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch
+++ b/
target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch
@@
-70,10
+70,12
@@
# miboot and U-boot want just the bare bits, not an ELF binary
ext=bin
objflags="-O binary"
# miboot and U-boot want just the bare bits, not an ELF binary
ext=bin
objflags="-O binary"
-@@ -277,6 +280,21 @@ uboot)
+@@ -275,6 +278,21 @@ uboot)
+ if [ -z "$cacheit" ]; then
+ rm -f "$vmz"
fi
fi
-
exit 0
-
;;
+
+
exit 0
+
+
;;
+uboot.fit)
+ rm -f "$ofile"
+ ${MKITS} -A ppc -C gzip -a $membase -e $membase -v $version \
+uboot.fit)
+ rm -f "$ofile"
+ ${MKITS} -A ppc -C gzip -a $membase -e $membase -v $version \
@@
-87,8
+89,6
@@
+ if [ -z "$cacheit" ]; then
+ rm -f "$vmz"
+ fi
+ if [ -z "$cacheit" ]; then
+ rm -f "$vmz"
+ fi
-
+
exit 0
-
+
;;
+
exit 0
+
;;
esac
esac
-
- addsec() {
This page took
0.026674 seconds
and
4
git commands to generate.