Commit 2994ac3a authored by Anton Midyukov's avatar Anton Midyukov

mixin-alt-server.mk: do not set KFLAVOURS for sisyphus

kernel-image-un-def will be removed from Sisyphus soon.
parent da1f96b7
...@@ -40,7 +40,9 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH))) ...@@ -40,7 +40,9 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH)))
endif endif
@$(call add,THE_BRANDING,alterator) @$(call add,THE_BRANDING,alterator)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,std-def un-def) @$(call set,KFLAVOURS,std-def un-def)
endif
@$(call add,LIVE_PACKAGES,installer-feature-cleanup-kernel-stage3) @$(call add,LIVE_PACKAGES,installer-feature-cleanup-kernel-stage3)
@$(call add,LIVE_PACKAGES,ntfs-3g) @$(call add,LIVE_PACKAGES,ntfs-3g)
@$(call add,BASE_KMODULES,drm) @$(call add,BASE_KMODULES,drm)
......
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