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

slinux: Use un-def kernel

For newest hardware support. This reverts commit 3f1b521acaf97293e875cafe47b6977db4947189.
parent 2caf486b
......@@ -16,7 +16,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,std-def)
@$(call set,KFLAVOURS,un-def)
endif
endif
......
......@@ -94,7 +94,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,std-def)
@$(call set,KFLAVOURS,un-def)
endif
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