Commit 6e82876a authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

slinux: Use std-def kernel

After discussion use std-def for now. This reverts commit f488e3ec.
parent beaf6fef
......@@ -19,7 +19,7 @@ endif
@$(call set,META_VOL_ID,Simply Linux $(DISTRO_VERSION) $(ARCH))
@$(call set,META_APP_ID,Simply Linux $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call set,KFLAVOURS,un-def)
@$(call set,KFLAVOURS,std-def)
endif
endif
......
......@@ -88,7 +88,7 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_LISTS,$(call tags,xscreensaver && (base || desktop)))
endif
ifeq (,$(filter-out armh aarch64 i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,un-def)
@$(call set,KFLAVOURS,std-def)
endif
use/slinux/live: use/live/x11 use/live/rw \
......
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