Commit bb0fbf4e authored by Anton Midyukov's avatar Anton Midyukov

regular-vm.mk: Set as default un-def kernel flavour, drop lts kernel flavour

Reason: un-def supports booting on RPi4. lts kernel flavour has not been updated for a long time.
parent 98f0735c
......@@ -4,7 +4,7 @@ mixin/vm-archdep:: ; @:
ifeq (,$(filter-out i586 x86_64 armh aarch64,$(ARCH)))
mixin/vm-archdep::
@$(call set,KFLAVOURS,un-def std-def)
@$(call set,KFLAVOURS,std-def un-def)
endif
ifeq (,$(filter-out armh aarch64,$(ARCH)))
......@@ -81,7 +81,7 @@ vm/regular-mate: vm/.regular-gtk mixin/mate-base mixin/vm-archdep
vm/regular-xfce: vm/.regular-gtk mixin/regular-xfce mixin/vm-archdep
@$(call add,THE_PACKAGES,xfce-reduced-resource)
ifeq (,$(filter-out armh aarch64,$(ARCH)))
@$(call set,KFLAVOURS,mp lts)
@$(call set,KFLAVOURS,mp)
endif
vm/regular-kde5: vm/.regular-gtk mixin/regular-kde5 mixin/vm-archdep; @:
......
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