You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/package/opkg/patches/006-fix_force_space.patch

12 lines
327 B

--- 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;
}