menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig specifies a default target
SVN-Revision: 13008
This commit is contained in:
parent
cd35be21af
commit
fa6b452873
1 changed files with 1 additions and 5 deletions
|
@ -230,10 +230,6 @@ int conf_read_file(FILE *in, struct symbol *sym){
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case yes:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue