X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dccbe704f2a1e6337ffc74fd8bbc4a29a1dcf502..479aa972adba698fd9d2d81ff9ca67c101b30380:/include/target.mk diff --git a/include/target.mk b/include/target.mk index 7facaeed8..b30be1032 100644 --- a/include/target.mk +++ b/include/target.mk @@ -178,7 +178,7 @@ define BuildTargets/DumpCurrent @echo 'Target: $(TARGETID)'; \ echo 'Target-Board: $(BOARD)'; \ echo 'Target-Kernel: $(KERNEL)'; \ - echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),, [$(KERNEL)])$(if $(SUBTARGETS),$(if $(SUBTARGET), [$(KERNEL)]))'; \ + echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),$(if $(SUBTARGET),))'; \ echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \ echo 'Target-Arch: $(ARCH)'; \ echo 'Target-Features: $(FEATURES)'; \