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/010-remove-flag.patch | |
parent | fa432efa8e500303bd9ed4f07fae63f2ab238c12 (diff) | |
download | mtk-20170518-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.zip mtk-20170518-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.tar.gz mtk-20170518-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.tar.bz2 |
opkg: update to r528, refresh patches
SVN-Revision: 21008
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 c242bea..6659c29 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}, |