Commit 5d1b1f6a authored by Anton Midyukov's avatar Anton Midyukov

slinux.mk: Added kflavour lts for aarch64

parent 7c918449
......@@ -12,6 +12,9 @@ distro/slinux: distro/.installer use/slinux/full use/rescue/base
@$(call add,MAIN_GROUPS,slinux/dropbox slinux/emulators-full slinux/games-base slinux/games slinux/games-full slinux/graphics-base slinux/graphics slinux/graphics-full-inkscape slinux/graphics-full-shotwell slinux/multimedia-full-audacity slinux/multimedia-base slinux/multimedia-full-cheese slinux/multimedia slinux/multimedia-full-shotcut slinux/multimedia-full-sound-juicer slinux/net-base)
@$(call set,META_VOL_ID,Simply Linux $(DISTRO_VERSION) $(ARCH))
@$(call set,META_APP_ID,Simply Linux $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
ifeq (aarch64,$(ARCH))
@$(call set,KFLAVOURS,lts std-def)
endif
endif
ifeq (vm,$(IMAGE_CLASS))
......
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