show package list on make info in the image builder

SVN-Revision: 6103
owl
Felix Fietkau 2007-01-14 23:49:23 +00:00
parent 351d0d4b07
commit 7cb45c3be8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ define Profile
$(ID)_NAME:=$(NAME)
$(ID)_PACKAGES:=$(PACKAGES)
PROFILE_LIST += \
echo '$(ID):'; echo ' $(NAME)';
echo '$(ID):'; [ -z '$(NAME)' ] || echo ' $(NAME)'; echo ' Packages: $(PACKAGES)';
endif
endef