Commit 2cdb7d3d authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: use/wireless

...instead of preliminary "statically linked" bits.
parent 61e4b26f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
ifeq (distro,$(IMAGE_CLASS)) ifeq (distro,$(IMAGE_CLASS))
# TODO: use/plymouth/live when luks+plymouth is done, see also #28255 # TODO: use/plymouth/live when luks+plymouth is done, see also #28255
distro/.regular-desktop: distro/.base +live use/live/ru \ distro/.regular-desktop: distro/.base +live +wireless use/live/ru \
use/live/install use/live/repo use/x11/3d-free use/systemd \ use/live/install use/live/repo use/x11/3d-free use/systemd \
use/firmware/wireless use/efi use/luks +vmguest use/memtest \ use/firmware/wireless use/efi use/luks +vmguest use/memtest \
use/branding use/syslinux/ui/gfxboot use/branding use/syslinux/ui/gfxboot
...@@ -13,7 +13,6 @@ distro/.regular-desktop: distro/.base +live use/live/ru \ ...@@ -13,7 +13,6 @@ distro/.regular-desktop: distro/.base +live use/live/ru \
@$(call add,LIVE_PACKAGES,synaptic-usermode) @$(call add,LIVE_PACKAGES,synaptic-usermode)
@$(call add,LIVE_PACKAGES,firefox-ru) @$(call add,LIVE_PACKAGES,firefox-ru)
@$(call add,LIVE_LISTS,$(call tags,rescue extra)) @$(call add,LIVE_LISTS,$(call tags,rescue extra))
@$(call add,THE_KMODULES,bcmwl rt3070 staging)
@$(call add,THE_BRANDING,indexhtml notes alterator bootloader) @$(call add,THE_BRANDING,indexhtml notes alterator bootloader)
@$(call set,KFLAVOURS,std-def) @$(call set,KFLAVOURS,std-def)
@$(call try,SAVE_PROFILE,yes) @$(call try,SAVE_PROFILE,yes)
......
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