X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fpxa%2FMakefile;h=8536169ef1dc919f38340c0267a313a57047128e;hb=141191bb0a5fa1166adfc3a6379f8c4c2c7ccf48;hp=8496490b8c24f9dcf442b0673f7abdee93b5390c;hpb=d053fa7af063aa35b5db52c1ab6db6585d391c00;p=openwrt.git diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index 8496490b8c..8536169ef1 100644 --- a/target/linux/pxa/Makefile +++ b/target/linux/pxa/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 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. @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=pxa BOARDNAME:=Marvell/Intel PXA2xx -FEATURES:=squashfs +FEATURES:=squashfs broken MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.32.26 +KERNEL_PATCHVER:=3.3 include $(INCLUDE_DIR)/target.mk @@ -20,6 +20,6 @@ define Target/Description Build images for PXA2xx systems, eg. Gumstix. endef -KERNELNAME:="uImage" +KERNELNAME:=uImage $(eval $(call BuildTarget))