Commit e5db0040 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

slinux: Set std-def kernel

parent df3b7744
...@@ -16,7 +16,7 @@ endif ...@@ -16,7 +16,7 @@ endif
@$(call set,META_VOL_ID,Simply Linux $(DISTRO_VERSION) $(ARCH)) @$(call set,META_VOL_ID,Simply Linux $(DISTRO_VERSION) $(ARCH))
@$(call set,META_APP_ID,Simply Linux $(DISTRO_VERSION) $(ARCH) $(shell date +%F)) @$(call set,META_APP_ID,Simply Linux $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
ifneq (,$(filter-out e2k%,$(ARCH))) ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call set,KFLAVOURS,un-def) @$(call set,KFLAVOURS,std-def)
endif endif
endif endif
......
...@@ -82,7 +82,7 @@ else ...@@ -82,7 +82,7 @@ else
@$(call add,THE_LISTS,slinux/browser-chromium) @$(call add,THE_LISTS,slinux/browser-chromium)
endif endif
ifeq (,$(filter-out armh aarch64 i586 x86_64,$(ARCH))) ifeq (,$(filter-out armh aarch64 i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,un-def) @$(call set,KFLAVOURS,std-def)
endif endif
use/slinux/base: use/isohybrid use/luks \ use/slinux/base: use/isohybrid use/luks \
......
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