diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2016-11-21 15:14:02 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2016-11-21 18:40:15 +0100 |
commit | a58f176ef2367f000a60a5ce477beb3cbdedf82e (patch) | |
tree | 9d912ea5bb82666724e470c077ba14f1e3aa9eca /package/system/opkg/patches/200-usign_support.patch | |
parent | 3c52cbfa53056ded95ae5a7ae27319eafd5a37e5 (diff) | |
download | mtk-20170518-a58f176ef2367f000a60a5ce477beb3cbdedf82e.zip mtk-20170518-a58f176ef2367f000a60a5ce477beb3cbdedf82e.tar.gz mtk-20170518-a58f176ef2367f000a60a5ce477beb3cbdedf82e.tar.bz2 |
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.patch | 2 |
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 991708a..6479d57 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) { |