Commit a6bc0e63 authored by Anton Midyukov's avatar Anton Midyukov

oem: fix BASE_BRANDING to THE_BRANDING

BASE_BRANDING variable does not use. Fix for commit: a2ca3620
parent 354c2da8
...@@ -4,7 +4,7 @@ use/oem: use/services use/branding use/deflogin/root ...@@ -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,alterator-setup alterator-notes)
@$(call add,BASE_PACKAGES,rootfs-installer-features) @$(call add,BASE_PACKAGES,rootfs-installer-features)
@$(call add,PINNED_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 try,OEM_TARGET,setup)
@$(call add,DEFAULT_SERVICES_ENABLE,$$(OEM_TARGET)) @$(call add,DEFAULT_SERVICES_ENABLE,$$(OEM_TARGET))
@$(call xport,OEM_TARGET) @$(call xport,OEM_TARGET)
......
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