Commit a41107d6 authored by Anton Midyukov's avatar Anton Midyukov

kernel: set default KFLAVOURS=6.12

parent 2d6c65a6
...@@ -13,7 +13,7 @@ ifeq (,$(filter-out armh,$(ARCH))) ...@@ -13,7 +13,7 @@ ifeq (,$(filter-out armh,$(ARCH)))
@$(call try,KFLAVOURS,mp) @$(call try,KFLAVOURS,mp)
else else
ifeq (,$(filter-out sisyphus p11,$(BRANCH))) ifeq (,$(filter-out sisyphus p11,$(BRANCH)))
@$(call try,KFLAVOURS,6.6) @$(call try,KFLAVOURS,6.12)
else else
@$(call try,KFLAVOURS,un-def) @$(call try,KFLAVOURS,un-def)
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment