branding: add release to use/branding
Otherwise, use/branding is pointless in itself.
This commit is contained in:
parent
c72ae07875
commit
7c56d2cfc6
@ -1,2 +1,2 @@
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding, \
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding, release \
|
||||
$(STAGE2_BRANDING) $(INSTALL2_BRANDING))
|
||||
|
@ -1,3 +1,3 @@
|
||||
# step 4: build the distribution image
|
||||
|
||||
DOT_BASE += $(call branding,$(THE_BRANDING))
|
||||
DOT_BASE += $(call branding,release $(THE_BRANDING))
|
||||
|
@ -1,2 +1,2 @@
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding, \
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding, release \
|
||||
$(THE_BRANDING) $(STAGE2_BRANDING))
|
||||
|
@ -1 +1 @@
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding,$(THE_BRANDING))
|
||||
IMAGE_PACKAGES_REGEXP += $(call branding,release $(THE_BRANDING))
|
||||
|
@ -1 +1 @@
|
||||
CHROOT_PACKAGES_REGEXP += $(call branding,$(STAGE1_BRANDING))
|
||||
CHROOT_PACKAGES_REGEXP += $(call branding,release $(STAGE1_BRANDING))
|
||||
|
Loading…
Reference in New Issue
Block a user