targets: remove useless quotes around KERNELNAME
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx / Makefile
index b0665db0510c86ece725547b85f6097bc250dbfa..2b249dc85591901da599b965e0c71ef6b8ce05c5 100644 (file)
@@ -18,6 +18,6 @@ LINUX_VERSION:=3.10.49
 include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += ixp4xx-microcode fconfig
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))