use un-def kernel by default

3.5.2-std-def-alt2 brings boot problems which were absent
with 3.4.x-std-def and are absent with 3.5.x-un-def;
seems like it's better to stay with known good variant
at the moment instead of having to fall back to it.
This commit is contained in:
Michael Shigorin 2012-08-28 20:36:44 +03:00
parent e064954e93
commit 0e8871e7b4

View File

@ -1,4 +1,4 @@
###
use/kernel:
@$(call add_feature)
@$(call set,KFLAVOURS,std-def)
@$(call set,KFLAVOURS,un-def)