summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/006-fix_force_space.patch
diff options
context:
space:
mode:
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 80406ba16..000000000
--- 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;
- }