mac80211: disable powersave on the sta by default (for performance reasons)
[openwrt.git] / package / opkg / patches / 006-fix_force_space.patch
1 --- a/libopkg/opkg_conf.c
2 +++ b/libopkg/opkg_conf.c
3 @@ -252,6 +252,9 @@ int opkg_conf_init(opkg_conf_t *conf, co
4 if (args->force_downgrade) {
5 conf->force_downgrade = 1;
6 }
7 + if (args->force_space) {
8 + conf->force_space = 1;
9 + }
10 if (args->force_reinstall) {
11 conf->force_reinstall = 1;
12 }
This page took 0.073086 seconds and 5 git commands to generate.