mirror of https://github.com/hak5/openwrt.git
parent
656de42f9c
commit
a9dc020014
|
@ -104,7 +104,7 @@ endif
|
||||||
|
|
||||||
define Image/Checksum
|
define Image/Checksum
|
||||||
( cd ${BIN_DIR} ; \
|
( 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 \
|
md5sum --binary > md5sums \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue