mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
mac80211: fix kconf handling of allnoconfig, fixes spurious brcmfmac related build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47371
This commit is contained in:
parent
5062cff673
commit
356008e748
@ -42,3 +42,23 @@
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
--- a/kconf/confdata.c
|
||||||
|
+++ b/kconf/confdata.c
|
||||||
|
@@ -1169,6 +1169,8 @@ bool conf_set_all_new_symbols(enum conf_
|
||||||
|
}
|
||||||
|
bool has_changed = false;
|
||||||
|
|
||||||
|
+ sym_clear_all_valid();
|
||||||
|
+
|
||||||
|
for_all_symbols(i, sym) {
|
||||||
|
if (sym_has_value(sym) || (sym->flags & SYMBOL_VALID))
|
||||||
|
continue;
|
||||||
|
@@ -1212,8 +1214,6 @@ bool conf_set_all_new_symbols(enum conf_
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
- sym_clear_all_valid();
|
||||||
|
-
|
||||||
|
/*
|
||||||
|
* We have different type of choice blocks.
|
||||||
|
* If curr.tri equals to mod then we can select several
|
||||||
|
Loading…
x
Reference in New Issue
Block a user