projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
broadcom-diag: add support for some new devices
[openwrt.git]
/
target
/
linux
/
leon
/
patches
/
002-sparc_uimage_target.patch
diff --git
a/target/linux/leon/patches/002-sparc_uimage_target.patch
b/target/linux/leon/patches/002-sparc_uimage_target.patch
index
d7f2c9f
..
6e25ff2
100644
(file)
--- a/
target/linux/leon/patches/002-sparc_uimage_target.patch
+++ b/
target/linux/leon/patches/002-sparc_uimage_target.patch
@@
-73,7
+73,7
@@
Subject: [PATCH] SPARC: added U-Boot build target: uImage
+targets += uImage
+$(obj)/uImage: $(obj)/image.gz
+ $(call if_changed,uimage)
+targets += uImage
+$(obj)/uImage: $(obj)/image.gz
+ $(call if_changed,uimage)
-+
sparc-linux-ld
-Tdata $(UIMAGE_FLASHADDR) -r -b binary arch/sparc/boot/uImage -o arch/sparc/boot/uImage.o
++
$(LD)
-Tdata $(UIMAGE_FLASHADDR) -r -b binary arch/sparc/boot/uImage -o arch/sparc/boot/uImage.o
+ @echo ' Image $@ is ready'
+
+endif
+ @echo ' Image $@ is ready'
+
+endif
This page took
0.023051 seconds
and
4
git commands to generate.