X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1fedb113e37a2b85d9e3c822725468c51a8e6a7a..cd7b6d1acc0c3a450671a65493958abe6d84c4db:/target/linux/ixp4xx-2.6/Makefile diff --git a/target/linux/ixp4xx-2.6/Makefile b/target/linux/ixp4xx-2.6/Makefile index 323eb2c3f..79e8c103f 100644 --- a/target/linux/ixp4xx-2.6/Makefile +++ b/target/linux/ixp4xx-2.6/Makefile @@ -6,9 +6,19 @@ # include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.17 -LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e +ARCH:=armeb +BOARD:=ixp4xx +BOARDNAME:=Intel XScale IXP4xx +FEATURES:=squashfs + +LINUX_VERSION:=2.6.21.5 + +define Target/Description +endef include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel))