targets: remove useless quotes around KERNELNAME
[openwrt/openwrt.git] / target / linux / brcm2708 / Makefile
index 0779e61252a9c3c8b153c7923200c87da7760a34..c8a55369349ba45ffc70908a7f24bb0dd906caa1 100644 (file)
@@ -25,6 +25,6 @@ define Target/Description
        Currently produces SD Card image for Raspberry Pi.
 endef
 
-KERNELNAME="Image"
+KERNELNAME:=Image
 
 $(eval $(call BuildTarget))