projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disable LuCI in default build config as it should be enabled manually for building...
[openwrt.git]
/
scripts
/
config
/
confdata.c
diff --git
a/scripts/config/confdata.c
b/scripts/config/confdata.c
index
c77bef2
..
271493b
100644
(file)
--- a/
scripts/config/confdata.c
+++ b/
scripts/config/confdata.c
@@
-230,11
+230,7
@@
int conf_read_file(FILE *in, struct symbol *sym){
}
break;
case yes:
}
break;
case yes:
- if (cs->user.tri != no) {
- conf_warning("%s creates inconsistent choice state", sym->name);
- cs->flags |= SYMBOL_NEW;
- } else
- cs->user.val = sym;
+ cs->user.val = sym;
break;
}
cs->user.tri = E_OR(cs->user.tri, sym->user.tri);
break;
}
cs->user.tri = E_OR(cs->user.tri, sym->user.tri);
This page took
0.018936 seconds
and
4
git commands to generate.