targets: remove useless quotes around KERNELNAME
[openwrt/openwrt.git] / target / linux / brcm2708 / Makefile
index 823bd08b4e43579959420e20b4f736c5e94e1578..c8a55369349ba45ffc70908a7f24bb0dd906caa1 100644 (file)
@@ -15,7 +15,7 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 CPU_TYPE:=arm1176jzf-s
 CPU_SUBTYPE:=vfp
 
-LINUX_VERSION:=3.10.24
+LINUX_VERSION:=3.14.18
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835
@@ -25,4 +25,6 @@ define Target/Description
        Currently produces SD Card image for Raspberry Pi.
 endef
 
+KERNELNAME:=Image
+
 $(eval $(call BuildTarget))