mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-18 18:41:16 +01:00
opkg: fix the -force_space option
SVN-Revision: 17611
This commit is contained in:
parent
672e12f960
commit
997d4fb013
1 changed files with 12 additions and 0 deletions
12
package/opkg/patches/006-fix_force_space.patch
Normal file
12
package/opkg/patches/006-fix_force_space.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- 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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue