use immediate set in target Makefiles
[openwrt/openwrt.git] / target / linux / ixp4xx / Makefile
index 86acd347a8035fedfc6fb00dcefa07011eaa849f..a185ce8df59ca5d6a0795519f1066bde65c1e049 100644 (file)
@@ -11,13 +11,13 @@ BOARD:=ixp4xx
 BOARDNAME:=Intel IXP4xx
 FEATURES:=squashfs
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-SUBTARGETS=generic harddisk
+SUBTARGETS:=generic harddisk
 
-LINUX_VERSION:=3.10.13
+KERNEL_PATCHVER:=4.4
 
 include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += ixp4xx-microcode fconfig
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))