summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/010-remove-flag.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-26 14:29:17 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-26 14:29:17 +0000
commit5c5b8928d27dca5cd40a1be60ccb9bc5bd0c899f (patch)
tree9934fa1ea8bcf4a19eb86c074160c7d77a209a12 /package/opkg/patches/010-remove-flag.patch
parent179ba60e0e5007e9011700af573669e1ada17b2d (diff)
downloadmaster-31e0f0ae-5c5b8928d27dca5cd40a1be60ccb9bc5bd0c899f.tar.gz
master-31e0f0ae-5c5b8928d27dca5cd40a1be60ccb9bc5bd0c899f.tar.bz2
master-31e0f0ae-5c5b8928d27dca5cd40a1be60ccb9bc5bd0c899f.zip
package/opkg: refresh patches
SVN-Revision: 20474
Diffstat (limited to 'package/opkg/patches/010-remove-flag.patch')
-rw-r--r--package/opkg/patches/010-remove-flag.patch4
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 277546feda..c242bea31f 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
-@@ -738,49 +738,6 @@
+@@ -738,49 +738,6 @@ opkg_remove_cmd(int argc, char **argv)
}
static int
@@ -50,7 +50,7 @@
opkg_files_cmd(int argc, char **argv)
{
pkg_t *pkg;
-@@ -1162,7 +1119,6 @@
+@@ -1162,7 +1119,6 @@ static opkg_cmd_t cmds[] = {
{"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},