X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2FMakefile;h=a185ce8df59ca5d6a0795519f1066bde65c1e049;hb=92eaf27c62cad5f9832dc7084e1ae14d5e7b47e6;hp=f65dc91d3529a520eeacbac5017d6383bf7f702d;hpb=ca8f45b1423ffcc96ab1ba80c02dda5ebc085949;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index f65dc91d35..a185ce8df5 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,12 +10,14 @@ ARCH:=armeb BOARD:=ixp4xx BOARDNAME:=Intel IXP4xx FEATURES:=squashfs -SUBTARGETS=generic harddisk +MAINTAINER:=Imre Kaloz +SUBTARGETS:=generic harddisk -LINUX_VERSION:=2.6.32.16 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += ixp4xx-microcode fconfig +KERNELNAME:=zImage $(eval $(call BuildTarget))