aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/010-remove-flag.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-04-18 23:23:40 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-04-18 23:23:40 +0000
commit0e8c82e0bd0d827f961d4fd52d23d14d9bd18a4a (patch)
treec947c1704fbaa7f9617cee02ce257831d995f476 /package/opkg/patches/010-remove-flag.patch
parenta87e4f5c8300b166bb36be68d79287ca1f7cc122 (diff)
downloadmaster-187ad058-0e8c82e0bd0d827f961d4fd52d23d14d9bd18a4a.tar.gz
master-187ad058-0e8c82e0bd0d827f961d4fd52d23d14d9bd18a4a.tar.bz2
master-187ad058-0e8c82e0bd0d827f961d4fd52d23d14d9bd18a4a.zip
[package] opkg: update to r528, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21008 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c242bea31f..6659c29375 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 @@ opkg_remove_cmd(int argc, char **argv)
+@@ -745,49 +745,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 @@ static opkg_cmd_t cmds[] = {
+@@ -1169,7 +1126,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},