mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
opkg: drop md5 in favour of sha256
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45437 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -258,8 +258,7 @@ endef
|
||||
|
||||
define Image/Checksum
|
||||
( cd ${BIN_DIR} ; \
|
||||
$(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | sort | xargs \
|
||||
md5sum --binary > md5sums \
|
||||
$(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | sort | xargs $1 > $2 \
|
||||
)
|
||||
endef
|
||||
|
||||
@@ -461,6 +460,7 @@ define BuildImage
|
||||
$(call Image/Build,$(fs))
|
||||
)
|
||||
$(call Image/mkfs/ubifs)
|
||||
$(call Image/Checksum)
|
||||
$(call Image/Checksum,md5sum --binary,md5sums)
|
||||
$(call Image/Checksum,openssl dgst -sha256,sha256sums)
|
||||
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user