Commit 6441529e authored by Anton Midyukov's avatar Anton Midyukov

rename conf.d/phone.mk -> conf.d/mobile.mk

parent 557dc74b
...@@ -6,14 +6,14 @@ ifeq (,$(filter-out aarch64 x86_64,$(ARCH))) ...@@ -6,14 +6,14 @@ ifeq (,$(filter-out aarch64 x86_64,$(ARCH)))
@$(call add,BASE_BOOTARGS,psi=1) @$(call add,BASE_BOOTARGS,psi=1)
endif endif
# enables tty on the phone using a hotkey # enables tty on the mobile device using a hotkey
mixin/ttyescape: use/services; @: mixin/ttyescape: use/services; @:
ifneq (,$(filter-out riscv64,$(ARCH))) ifneq (,$(filter-out riscv64,$(ARCH)))
@$(call add,THE_PACKAGES,hkdm ttyescape) @$(call add,THE_PACKAGES,hkdm ttyescape)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,hkdm) @$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,hkdm)
endif endif
mixin/phone-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart \ mixin/mobile-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart \
use/deflogin/privileges use/deflogin/xgrp use/deflogin/hardware \ use/deflogin/privileges use/deflogin/xgrp use/deflogin/hardware \
use/deflogin/root use/l10n/ru_RU use/xdg-user-dirs \ use/deflogin/root use/l10n/ru_RU use/xdg-user-dirs \
use/drm use/firmware mixin/ttyescape +plymouth +pipewire use/drm use/firmware mixin/ttyescape +plymouth +pipewire
...@@ -37,7 +37,7 @@ mixin/phosh: use/services +nm-gtk4 +nm-native ...@@ -37,7 +37,7 @@ mixin/phosh: use/services +nm-gtk4 +nm-native
@$(call set,DEFAULT_SESSION,phosh) @$(call set,DEFAULT_SESSION,phosh)
ifeq (vm,$(IMAGE_CLASS)) ifeq (vm,$(IMAGE_CLASS))
vm/.phosh: vm/systemd mixin/phone-base mixin/phosh +systemd \ vm/.phosh: vm/systemd mixin/mobile-base mixin/phosh +systemd \
mixin/waydroid use/fonts/ttf/google mixin/waydroid use/fonts/ttf/google
@$(call add,THE_LISTS,mobile/apps) @$(call add,THE_LISTS,mobile/apps)
@$(call add,THE_PACKAGES,phosh-background-settings) @$(call add,THE_PACKAGES,phosh-background-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