1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add descriptions to the broadcom target profiles and export them to the target metadata (not presented in menuconfig yet)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6137 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-01-20 02:30:36 +00:00
parent 17126ba85f
commit 3d1e9d6944
4 changed files with 58 additions and 1 deletions

View File

@@ -206,10 +206,15 @@ endef
define Profile
$(eval $(call Profile/Default))
$(eval $(call Profile/$(1)))
$(eval $(call shexport,Profile/$(1)/Description))
DUMPINFO += \
echo "Target-Profile: $(1)"; \
echo "Target-Profile-Name: $(NAME)"; \
echo "Target-Profile-Packages: $(PACKAGES)";
echo "Target-Profile-Packages: $(PACKAGES)"; \
echo "Target-Profile-Description:"; \
getvar "$(call shvar,Profile/$(1)/Description)"; \
echo "@@"; \
echo;
endef
$(eval $(call shexport,Target/Description))