Skip to content
Snippets Groups Projects
Commit db45ee6b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

last commit was missing a change...

SVN-Revision: 6339
parent 2bcaa1fe
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ define Profile ...@@ -222,7 +222,7 @@ define Profile
echo "Target-Profile-Name: $(NAME)"; \ echo "Target-Profile-Name: $(NAME)"; \
echo "Target-Profile-Packages: $(PACKAGES)"; \ echo "Target-Profile-Packages: $(PACKAGES)"; \
echo "Target-Profile-Description:"; \ echo "Target-Profile-Description:"; \
if [ -f ./config/$(1) ]; then \ if [ -f ./config/profile-$(1) ]; then \
echo "Target-Profile-Kconfig: yes"; \ echo "Target-Profile-Kconfig: yes"; \
fi; \ fi; \
getvar "$(call shvar,Profile/$(1)/Description)"; \ getvar "$(call shvar,Profile/$(1)/Description)"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment