diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-08-06 20:08:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-08-06 20:08:27 +0000 |
commit | e8ce7fab52dd5ca07e75d42ad4add53585784f12 (patch) | |
tree | 6414038f5d9282727c94b4eb268507e2bb65a92b /package/opkg/patches/002-remove-gpg-warning | |
parent | 21d2934f38a2e8526028a3f4ce69196062a79dc9 (diff) | |
download | mtk-20170518-e8ce7fab52dd5ca07e75d42ad4add53585784f12.zip mtk-20170518-e8ce7fab52dd5ca07e75d42ad4add53585784f12.tar.gz mtk-20170518-e8ce7fab52dd5ca07e75d42ad4add53585784f12.tar.bz2 |
upgrade opkg to r215 from the googlecode svn
SVN-Revision: 17152
Diffstat (limited to 'package/opkg/patches/002-remove-gpg-warning')
-rw-r--r-- | package/opkg/patches/002-remove-gpg-warning | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/opkg/patches/002-remove-gpg-warning b/package/opkg/patches/002-remove-gpg-warning deleted file mode 100644 index 482a705..0000000 --- a/package/opkg/patches/002-remove-gpg-warning +++ /dev/null @@ -1,24 +0,0 @@ -diff -urN opkg-4993/libopkg/opkg_cmd.c opkg-4993.new/libopkg/opkg_cmd.c ---- opkg-4993/libopkg/opkg_cmd.c 2009-05-17 18:15:50.000000000 +0200 -+++ opkg-4993.new/libopkg/opkg_cmd.c 2009-05-17 18:19:50.000000000 +0200 -@@ -289,9 +289,6 @@ - unlink (tmp_file_name); - free (tmp_file_name); - free (url); --#else -- opkg_message (conf, OPKG_NOTICE, "Signature check for %s skipped " -- "because GPG support was not enabled in this build\n", src->name); - #endif - free(list_file_name); - } -diff -urN opkg-4993/libopkg/opkg_download.c opkg-4993.new/libopkg/opkg_download.c ---- opkg-4993/libopkg/opkg_download.c 2009-05-17 18:20:17.000000000 +0200 -+++ opkg-4993.new/libopkg/opkg_download.c 2009-05-17 18:19:10.000000000 +0200 -@@ -374,7 +374,6 @@ - - return status; - #else -- opkg_message (conf, OPKG_NOTICE, "Signature check for %s was skipped because GPG support was not enabled in this build\n"); - return 0; - #endif - } |