projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sort entries in images md5sums files
[openwrt.git]
/
include
/
image.mk
diff --git
a/include/image.mk
b/include/image.mk
index
6c0c91c
..
47871f9
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-104,7
+104,7
@@
endif
define Image/Checksum
( cd ${BIN_DIR} ; \
- $(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | xargs \
+ $(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" |
sort |
xargs \
md5sum --binary > md5sums \
)
endef
This page took
0.027829 seconds
and
4
git commands to generate.