X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2FMakefile;h=a185ce8df59ca5d6a0795519f1066bde65c1e049;hb=92eaf27c62cad5f9832dc7084e1ae14d5e7b47e6;hp=71e8402ac50db03d485908ef29b79b38fc4b3332;hpb=35656042f1cd457819a75c980613634b494a7e70;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 71e8402ac5..a185ce8df5 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -11,13 +11,13 @@ BOARD:=ixp4xx BOARDNAME:=Intel IXP4xx FEATURES:=squashfs MAINTAINER:=Imre Kaloz -SUBTARGETS=generic harddisk +SUBTARGETS:=generic harddisk -LINUX_VERSION:=3.10.18 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += ixp4xx-microcode fconfig -KERNELNAME:="zImage" +KERNELNAME:=zImage $(eval $(call BuildTarget))