aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/opkg')
-rw-r--r--package/system/opkg/patches/230-drop_md5_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/patches/230-drop_md5_support.patch b/package/system/opkg/patches/230-drop_md5_support.patch
index 98522880e0..63671e5abf 100644
--- a/package/system/opkg/patches/230-drop_md5_support.patch
+++ b/package/system/opkg/patches/230-drop_md5_support.patch
@@ -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"