X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2FMakefile;h=a185ce8df59ca5d6a0795519f1066bde65c1e049;hb=a2a226e6e83359ca0c7547ce9fed6ce4ecabc24b;hp=50db8539fb3476566db427a47e3254d119971cc1;hpb=efadab3747594aaf96e828e0909eb9525433c236;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 50db8539fb..a185ce8df5 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 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. @@ -8,14 +8,16 @@ include $(TOPDIR)/rules.mk ARCH:=armeb BOARD:=ixp4xx -BOARDNAME:=Intel XScale IXP4xx +BOARDNAME:=Intel IXP4xx FEATURES:=squashfs -SUBTARGETS=generic harddisk +MAINTAINER:=Imre Kaloz +SUBTARGETS:=generic harddisk -LINUX_VERSION:=2.6.23.12 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += ixp4xx-microcode +DEFAULT_PACKAGES += ixp4xx-microcode fconfig +KERNELNAME:=zImage $(eval $(call BuildTarget))