aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg/patches/200-usign_support.patch
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2016-11-21 15:14:02 +0100
committerJonas Gorski <jonas.gorski@gmail.com>2016-11-21 18:40:15 +0100
commita58f176ef2367f000a60a5ce477beb3cbdedf82e (patch)
tree9d912ea5bb82666724e470c077ba14f1e3aa9eca /package/system/opkg/patches/200-usign_support.patch
parent3c52cbfa53056ded95ae5a7ae27319eafd5a37e5 (diff)
downloadupstream-a58f176ef2367f000a60a5ce477beb3cbdedf82e.tar.gz
upstream-a58f176ef2367f000a60a5ce477beb3cbdedf82e.tar.bz2
upstream-a58f176ef2367f000a60a5ce477beb3cbdedf82e.zip
opkg: set PKG_UPGRADE also when running scripts for the old package
Allow scripts from the package to be upgraded to be aware of being upgraded. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> Acked-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/system/opkg/patches/200-usign_support.patch')
-rw-r--r--package/system/opkg/patches/200-usign_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/patches/200-usign_support.patch b/package/system/opkg/patches/200-usign_support.patch
index 991708a8a3..6479d57330 100644
--- a/package/system/opkg/patches/200-usign_support.patch
+++ b/package/system/opkg/patches/200-usign_support.patch
@@ -59,7 +59,7 @@
#include <stdio.h>
#include <unistd.h>
#include <libgen.h>
-@@ -342,7 +343,28 @@ opkg_prepare_url_for_install(const char
+@@ -342,7 +343,28 @@ opkg_prepare_url_for_install(const char
int
opkg_verify_file (char *text_file, char *sig_file)
{