X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/da5f3d25a76d1e0b3063f3ef5fe229e179e8bf5e..d03a2de5d32ab1af36d7a77ce4b2899e5f871bf0:/target/linux/pxa-2.6/Makefile diff --git a/target/linux/pxa-2.6/Makefile b/target/linux/pxa-2.6/Makefile index 94e9601b9..3e0e6cd3b 100644 --- a/target/linux/pxa-2.6/Makefile +++ b/target/linux/pxa-2.6/Makefile @@ -11,10 +11,15 @@ BOARD:=pxa BOARDNAME:=PXA FEATURES:=jffs2 broken +LINUX_VERSION:=2.6.21.5 + define Target/Description Stub for boards based on intel PXA endef include $(INCLUDE_DIR)/kernel-build.mk +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel))