mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
2cf3780bea
commit
acb0bb8ce5
@ -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