summaryrefslogtreecommitdiff
path: root/package/opkg/patches/006-fix_force_space.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-11 22:13:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-11 22:13:10 +0000
commit0b69c5e5499cdc50553df29a1c852989cd398c29 (patch)
tree154d9ec9dbc2867d218e61bac2e5a41931eedd92 /package/opkg/patches/006-fix_force_space.patch
parent2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a (diff)
downloadmtk-20170518-0b69c5e5499cdc50553df29a1c852989cd398c29.zip
mtk-20170518-0b69c5e5499cdc50553df29a1c852989cd398c29.tar.gz
mtk-20170518-0b69c5e5499cdc50553df29a1c852989cd398c29.tar.bz2
opkg: forgot to remove two obsolete patches in last commit
SVN-Revision: 18381
Diffstat (limited to 'package/opkg/patches/006-fix_force_space.patch')
-rw-r--r--package/opkg/patches/006-fix_force_space.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/opkg/patches/006-fix_force_space.patch b/package/opkg/patches/006-fix_force_space.patch
deleted file mode 100644
index 80406ba..0000000
--- a/package/opkg/patches/006-fix_force_space.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/libopkg/opkg_conf.c
-+++ b/libopkg/opkg_conf.c
-@@ -252,6 +252,9 @@ int opkg_conf_init(opkg_conf_t *conf, co
- if (args->force_downgrade) {
- conf->force_downgrade = 1;
- }
-+ if (args->force_space) {
-+ conf->force_space = 1;
-+ }
- if (args->force_reinstall) {
- conf->force_reinstall = 1;
- }