Author: nbd Date: 2015-04-15 00:10:40 +0200 (Wed, 15 Apr 2015) New Revision: 45447
Modified: trunk/package/system/opkg/patches/230-drop_md5_support.patch Log: opkg: fix md5 related #ifdef (thx, swalker) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/system/opkg/patches/230-drop_md5_support.patch =================================================================== --- trunk/package/system/opkg/patches/230-drop_md5_support.patch 2015-04-14 21:05:45 UTC (rev 45446) +++ trunk/package/system/opkg/patches/230-drop_md5_support.patch 2015-04-14 22:10:40 UTC (rev 45447) @@ -42,7 +42,7 @@ #include "sprintf_alloc.h" #include "file_util.h" -+#ifdef HAVE_SHA256 ++#ifdef HAVE_MD5 #include "md5.h" +#endif #include "libbb/libbb.h" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
