aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/009-remove-upgrade-all.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-01-07 12:37:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-01-07 12:37:49 +0000
commitd7272853a2c6d34751637be12e7d451504f02f3f (patch)
treee1c5a5da42326a1a23ddbe27395cf7e6d3543d07 /package/opkg/patches/009-remove-upgrade-all.patch
parent02b4c152e205b4ef56e3f53ae1cce02af699ebb9 (diff)
downloadupstream-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/009-remove-upgrade-all.patch')
-rw-r--r--package/opkg/patches/009-remove-upgrade-all.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/opkg/patches/009-remove-upgrade-all.patch b/package/opkg/patches/009-remove-upgrade-all.patch
index 82c231ea19..d73ef466e7 100644
--- a/package/opkg/patches/009-remove-upgrade-all.patch
+++ b/package/opkg/patches/009-remove-upgrade-all.patch
@@ -1,6 +1,6 @@
--- a/libopkg/opkg_cmd.c
+++ b/libopkg/opkg_cmd.c
-@@ -495,17 +495,6 @@
+@@ -498,17 +498,6 @@
opkg_install_by_name(arg);
}
}
@@ -18,7 +18,7 @@
}
opkg_configure_packages(NULL);
-@@ -1163,7 +1152,7 @@
+@@ -1166,7 +1155,7 @@
array for easier maintenance */
static opkg_cmd_t cmds[] = {
{"update", 0, (opkg_cmd_fun_t)opkg_update_cmd, PFM_DESCRIPTION|PFM_SOURCE},