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 | 3d0c1254dfeb94ee428695b74b76fb4cfef7c47f (patch) | |
tree | 621d7b8aac2d4234fee0037d0f37f5d7708fba07 | |
parent | 671280830d8820e72af645558e50f722c30b1870 (diff) | |
download | upstream-3d0c1254dfeb94ee428695b74b76fb4cfef7c47f.tar.gz upstream-3d0c1254dfeb94ee428695b74b76fb4cfef7c47f.tar.bz2 upstream-3d0c1254dfeb94ee428695b74b76fb4cfef7c47f.zip |
brcm-2.4 is the only non-2.6 target, it's pointless to note the kernelversion in other targets' Target-Name
SVN-Revision: 17102
-rw-r--r-- | include/target.mk | 2 | ||||
-rw-r--r-- | target/linux/brcm-2.4/Makefile | 2 |
2 files changed, 2 insertions, 2 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)'; \ diff --git a/target/linux/brcm-2.4/Makefile b/target/linux/brcm-2.4/Makefile index d93e0b6b9b..005056299d 100644 --- a/target/linux/brcm-2.4/Makefile +++ b/target/linux/brcm-2.4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=brcm-2.4 -BOARDNAME:=Broadcom BCM947xx/953xx +BOARDNAME:=Broadcom BCM947xx/953xx [2.4] FEATURES:=squashfs KERNEL:=2.4 |