X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fpxa%2FMakefile;h=8536169ef1dc919f38340c0267a313a57047128e;hb=9b02e73188158829d48835906edbb8702fd95e28;hp=ba05bef84027e5d0572308635d2b63f13c3c5371;hpb=e66a368bd1c068d50e24bd906cfc6ef7009f7580;p=openwrt%2Fopenwrt.git diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index ba05bef840..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,9 +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.10 +KERNEL_PATCHVER:=3.3 include $(INCLUDE_DIR)/target.mk @@ -19,6 +20,6 @@ define Target/Description Build images for PXA2xx systems, eg. Gumstix. endef -KERNELNAME:="uImage" +KERNELNAME:=uImage $(eval $(call BuildTarget))