mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
show package list on make info in the image builder
SVN-Revision: 6103
This commit is contained in:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user