diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-07 12:37:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-07 12:37:49 +0000 |
commit | d7272853a2c6d34751637be12e7d451504f02f3f (patch) | |
tree | e1c5a5da42326a1a23ddbe27395cf7e6d3543d07 /package/opkg/patches/010-remove-flag.patch | |
parent | 02b4c152e205b4ef56e3f53ae1cce02af699ebb9 (diff) | |
download | upstream-d7272853a2c6d34751637be12e7d451504f02f3f.tar.gz upstream-d7272853a2c6d34751637be12e7d451504f02f3f.tar.bz2 upstream-d7272853a2c6d34751637be12e7d451504f02f3f.zip |
opkg: update to r513, move lock-file to /var/lock and drop cleanup patch - went upstream
SVN-Revision: 19061
Diffstat (limited to 'package/opkg/patches/010-remove-flag.patch')
-rw-r--r-- | package/opkg/patches/010-remove-flag.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/opkg/patches/010-remove-flag.patch b/package/opkg/patches/010-remove-flag.patch index a85e06e6a7..277546feda 100644 --- a/package/opkg/patches/010-remove-flag.patch +++ b/package/opkg/patches/010-remove-flag.patch @@ -1,6 +1,6 @@ --- a/libopkg/opkg_cmd.c +++ b/libopkg/opkg_cmd.c -@@ -735,49 +735,6 @@ +@@ -738,49 +738,6 @@ } static int @@ -50,7 +50,7 @@ opkg_files_cmd(int argc, char **argv) { pkg_t *pkg; -@@ -1159,7 +1116,6 @@ +@@ -1162,7 +1119,6 @@ {"list_upgradable", 0, (opkg_cmd_fun_t)opkg_list_upgradable_cmd, PFM_SOURCE}, {"list-upgradable", 0, (opkg_cmd_fun_t)opkg_list_upgradable_cmd, PFM_SOURCE}, {"info", 0, (opkg_cmd_fun_t)opkg_info_cmd, 0}, |