targets: remove useless quotes around KERNELNAME

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 42780
This commit is contained in:
Felix Fietkau
2014-10-05 20:17:19 +00:00
parent 8a450a93a5
commit f35da063bc
26 changed files with 27 additions and 27 deletions

View File

@@ -25,6 +25,6 @@ define Target/Description
Currently produces SD Card image for Raspberry Pi.
endef
KERNELNAME="Image"
KERNELNAME:=Image
$(eval $(call BuildTarget))