Skip to content

Commit 1a6e4ac

Browse files
author
Felix Fietkau
committed
fix a small bug in the order of the profile metadata dump
SVN-Revision: 6340
1 parent db45ee6 commit 1a6e4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/kernel-build.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ define Profile
221221
echo "Target-Profile: $(1)"; \
222222
echo "Target-Profile-Name: $(NAME)"; \
223223
echo "Target-Profile-Packages: $(PACKAGES)"; \
224-
echo "Target-Profile-Description:"; \
225224
if [ -f ./config/profile-$(1) ]; then \
226225
echo "Target-Profile-Kconfig: yes"; \
227226
fi; \
227+
echo "Target-Profile-Description:"; \
228228
getvar "$(call shvar,Profile/$(1)/Description)"; \
229229
echo "@@"; \
230230
echo;

0 commit comments

Comments
 (0)