X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fpxa%2FMakefile;h=7bf4c38f1cd3524e2c25dce72919c754b007dd26;hb=1babd652b42a4194449e17fcce1a4b869cdfd1bc;hp=3e0e6cd3b33d945db9c1b8cea3f7edd3e8741a07;hpb=17c7b6c3fdc48301e50d22cc6138ede16bd1be24;p=openwrt-10.03%2F.git diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index 3e0e6cd3b..7bf4c38f1 100644 --- a/target/linux/pxa/Makefile +++ b/target/linux/pxa/Makefile @@ -11,15 +11,12 @@ BOARD:=pxa BOARDNAME:=PXA FEATURES:=jffs2 broken -LINUX_VERSION:=2.6.21.5 +LINUX_VERSION:=2.6.21.7 + +include $(INCLUDE_DIR)/target.mk 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)) +$(eval $(call BuildTarget))