projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd35be2
)
menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig specifies a...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Oct 2008 20:16:59 +0000
(20:16 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Oct 2008 20:16:59 +0000
(20:16 +0000)
SVN-Revision: 13008
scripts/config/confdata.c
patch
|
blob
|
history
diff --git
a/scripts/config/confdata.c
b/scripts/config/confdata.c
index c77bef2e2597aa5c37343fcb3d7c4b2deafc74f0..271493bc770577cd2ffba7b46224aea04f1197cb 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:
- 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);