mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:09:55 +02:00
avoid kernel version in target if sub-targets available
(usefull if we have 2.4 and 2.6 sub-targets in parallel) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14576 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f01be5de09
commit
fa4f228586
@ -154,7 +154,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 $(SUBTARGET),, [$(KERNEL)])'; \
|
echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),, [$(KERNEL)])$(if $(SUBTARGETS),$(if $(SUBTARGET), [$(KERNEL)]))'; \
|
||||||
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)'; \
|
||||||
|
Loading…
Reference in New Issue
Block a user