X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1fedb113e37a2b85d9e3c822725468c51a8e6a7a..a233c7eec9fb19f0cca2ad2831daa5c39d764d54:/target/linux/ixp4xx-2.6/Makefile diff --git a/target/linux/ixp4xx-2.6/Makefile b/target/linux/ixp4xx-2.6/Makefile index 323eb2c3f..6357bcc86 100644 --- a/target/linux/ixp4xx-2.6/Makefile +++ b/target/linux/ixp4xx-2.6/Makefile @@ -6,9 +6,17 @@ # 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 jffs2 + +define Target/Description +endef include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel))