From 0e8871e7b4a276f0dcd0d2a772500285e99b0eec Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 28 Aug 2012 20:36:44 +0300 Subject: [PATCH] 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. --- features.in/kernel/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/kernel/config.mk b/features.in/kernel/config.mk index c74cf3f5..01d660d7 100644 --- a/features.in/kernel/config.mk +++ b/features.in/kernel/config.mk @@ -1,4 +1,4 @@ ### use/kernel: @$(call add_feature) - @$(call set,KFLAVOURS,std-def) + @$(call set,KFLAVOURS,un-def)