X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/927764abf2c7710c29a100332587e4235fb36cf2..aafcea0542d73fdaf32cbfa3eb3908aebf524717:/scripts/config/menu.c diff --git a/scripts/config/menu.c b/scripts/config/menu.c index 286e25569..4b49fa50d 100644 --- a/scripts/config/menu.c +++ b/scripts/config/menu.c @@ -296,9 +296,6 @@ void menu_finalize(struct menu *parent) "currently only support a " "single prompt"); } - if (prop->type == P_DEFAULT) - prop_warn(prop, "defaults for choice " - "values not supported"); } current_entry = menu; menu_set_type(sym->type);