oem: fix BASE_BRANDING to THE_BRANDING

BASE_BRANDING variable does not use.
Fix for commit: a2ca36201fd45e0df6428158647b76cffa2e9c2c
This commit is contained in:
Anton Midyukov 2021-12-16 16:40:50 +07:00
parent 354c2da85c
commit a6bc0e63c0

View File

@ -4,7 +4,7 @@ use/oem: use/services use/branding use/deflogin/root
@$(call add,BASE_PACKAGES,alterator-setup alterator-notes)
@$(call add,BASE_PACKAGES,rootfs-installer-features)
@$(call add,PINNED_PACKAGES,rootfs-installer-features)
@$(call add,BASE_BRANDING,alterator notes)
@$(call add,THE_BRANDING,alterator notes)
@$(call try,OEM_TARGET,setup)
@$(call add,DEFAULT_SERVICES_ENABLE,$$(OEM_TARGET))
@$(call xport,OEM_TARGET)