Commit 6883c97a authored by Anton Midyukov's avatar Anton Midyukov

mixin-basealt.mk: add etcnet, alterator-net-eth

Now etcnet is optional, so we add it explicitly. In the future it will be possible not to include it in the distribution, for this you need to unbind alterator-net-eth from etcnet or replace it with another new module.
parent 859dc77f
...@@ -32,6 +32,7 @@ ifeq (,$(filter-out x86_64 aarch64,$(ARCH))) ...@@ -32,6 +32,7 @@ ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call add,THE_PACKAGES,fonts-ttf-lxgw-wenkai) @$(call add,THE_PACKAGES,fonts-ttf-lxgw-wenkai)
@$(call add,THE_PACKAGES,xdg-user-dirs-gtk) @$(call add,THE_PACKAGES,xdg-user-dirs-gtk)
endif endif
@$(call add,THE_PACKAGES,etcnet alterator-net-eth) # Remove etcnet in future
@$(call add,MAIN_LISTS,kernel-headers) @$(call add,MAIN_LISTS,kernel-headers)
@$(call set,BRANDING,alt-workstation) @$(call set,BRANDING,alt-workstation)
@$(call add,THE_BRANDING,gnome-settings) @$(call add,THE_BRANDING,gnome-settings)
......
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