mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 15:11:05 +02:00
show package list on make info in the image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6103 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e0a55bf1ac
commit
9a4d3ef3e0
@ -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