scripts: fix wrong usage of '==' operator
[openwrt.git] / target / linux / brcm2708 / Makefile
index 0779e61..c8a5536 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))