1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

show package list on make info in the image builder

SVN-Revision: 6103
This commit is contained in:
Felix Fietkau 2007-01-14 23:49:23 +00:00
parent 351d0d4b07
commit 7cb45c3be8

@ -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