diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-08-03 11:44:28 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-08-03 11:44:28 +0000 |
commit | 58132e551559887a32bc0ef074727e0eca78a33e (patch) | |
tree | 299a9a0ac064e3bf02a2dc1b85d23c8e4cf22583 /include | |
parent | b4ce4197c731f12ff3094716d9f07a00f5dd2d13 (diff) | |
download | upstream-58132e551559887a32bc0ef074727e0eca78a33e.tar.gz upstream-58132e551559887a32bc0ef074727e0eca78a33e.tar.bz2 upstream-58132e551559887a32bc0ef074727e0eca78a33e.zip |
brcm-2.4 is the only non-2.6 target, it's pointless to note the kernelversion in other targets' Target-Name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17102 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index 7facaeed83..b30be1032e 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)'; \ |