Skip to content
Snippets Groups Projects
Commit 997d4fb0 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

opkg: fix the -force_space option

SVN-Revision: 17611
parent 672e12f9
No related branches found
No related tags found
No related merge requests found
--- 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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment