Commit 08dcc7db authored by Ivan A. Melnikov's avatar Ivan A. Melnikov

kernel: Switch to kernel-image-6.12 for loongarch64

Now 6.12 should become the default flavour for this architecture.
parent 8644ed59
......@@ -7,9 +7,6 @@ else
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call try,KFLAVOURS,un-def)
else
ifeq (,$(filter-out loongarch64,$(ARCH)))
@$(call try,KFLAVOURS,loongarch)
else
ifeq (,$(filter-out armh,$(ARCH)))
@$(call try,KFLAVOURS,mp)
else
......@@ -21,7 +18,6 @@ endif
endif
endif
endif
endif
@$(call xport,KFLAVOURS)
# r8168 is a kludge, never install it by default
......
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