X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fpxa%2FMakefile;h=8536169ef1dc919f38340c0267a313a57047128e;hb=9b02e73188158829d48835906edbb8702fd95e28;hp=36cb5b778b580ce56c0f2e116cf979bfb2622bbb;hpb=5c75e1dd029a9cd18b5c46540c9c4323fd6311d7;p=openwrt%2Fopenwrt.git diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index 36cb5b778b..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.8 +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))