Skip to content
Snippets Groups Projects
Commit 3d0c1254 authored by Imre Kaloz's avatar Imre Kaloz
Browse files

brcm-2.4 is the only non-2.6 target, it's pointless to note the kernelversion...

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
parent 67128083
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ define BuildTargets/DumpCurrent ...@@ -178,7 +178,7 @@ define BuildTargets/DumpCurrent
@echo 'Target: $(TARGETID)'; \ @echo 'Target: $(TARGETID)'; \
echo 'Target-Board: $(BOARD)'; \ echo 'Target-Board: $(BOARD)'; \
echo 'Target-Kernel: $(KERNEL)'; \ 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-Path: $(subst $(TOPDIR)/,,$(PWD))'; \
echo 'Target-Arch: $(ARCH)'; \ echo 'Target-Arch: $(ARCH)'; \
echo 'Target-Features: $(FEATURES)'; \ echo 'Target-Features: $(FEATURES)'; \
......
...@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ...@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel ARCH:=mipsel
BOARD:=brcm-2.4 BOARD:=brcm-2.4
BOARDNAME:=Broadcom BCM947xx/953xx BOARDNAME:=Broadcom BCM947xx/953xx [2.4]
FEATURES:=squashfs FEATURES:=squashfs
KERNEL:=2.4 KERNEL:=2.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment