projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] globally define IPv6 support or not in OpenWrt, just like for largefiles...
[openwrt.git]
/
include
/
image.mk
diff --git
a/include/image.mk
b/include/image.mk
index
847e01c
..
0b2d3e3
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-92,7
+92,7
@@
endif
define Image/Checksum
( cd ${BIN_DIR} ; \
$(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | xargs \
- md5sum > md5sums \
+ md5sum
--binary
> md5sums \
)
endef
This page took
0.023016 seconds
and
4
git commands to generate.