diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-18 23:23:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-18 23:23:40 +0000 |
commit | d429130518489e8186c5ea2ee8cd655d7f1aa2eb (patch) | |
tree | d99db6f1ae5aa114180717d9e9e5761880221c7a /package/opkg/patches/009-remove-upgrade-all.patch | |
parent | fa432efa8e500303bd9ed4f07fae63f2ab238c12 (diff) | |
download | upstream-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.tar.gz upstream-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.tar.bz2 upstream-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.zip |
opkg: update to r528, refresh patches
SVN-Revision: 21008
Diffstat (limited to 'package/opkg/patches/009-remove-upgrade-all.patch')
-rw-r--r-- | package/opkg/patches/009-remove-upgrade-all.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/opkg/patches/009-remove-upgrade-all.patch b/package/opkg/patches/009-remove-upgrade-all.patch index be76ef53ce..6dfa3db838 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 -@@ -498,17 +498,6 @@ opkg_upgrade_cmd(int argc, char **argv) +@@ -500,17 +500,6 @@ opkg_upgrade_cmd(int argc, char **argv) opkg_install_by_name(arg); } } @@ -17,8 +17,8 @@ - pkg_vec_free(installed); } - opkg_configure_packages(NULL); -@@ -1166,7 +1155,7 @@ opkg_print_architecture_cmd(int argc, ch + r = opkg_configure_packages(NULL); +@@ -1173,7 +1162,7 @@ opkg_print_architecture_cmd(int argc, ch array for easier maintenance */ static opkg_cmd_t cmds[] = { {"update", 0, (opkg_cmd_fun_t)opkg_update_cmd, PFM_DESCRIPTION|PFM_SOURCE}, |