X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fpxa%2FMakefile;h=2aed3d9caf28ddcf9c31d4f9478dafecf8b46798;hb=fa2065e7780205dc4feaa5bd0f299f957d51fcbd;hp=da78ed7671328814256bddd7d826b8dd20b2f1cd;hpb=b87db7fe1b9a3dbc65a8b0706f494ce83f73d91d;p=openwrt.git diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index da78ed7671..2aed3d9caf 100644 --- a/target/linux/pxa/Makefile +++ b/target/linux/pxa/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006-2008 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,16 +9,17 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=pxa BOARDNAME:=Marvell/Intel PXA2xx -FEATURES:=jffs2 broken +FEATURES:=squashfs +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.21.7 +KERNEL_PATCHVER:=3.3 include $(INCLUDE_DIR)/target.mk define Target/Description - Build images for PAX2xx systems, eg. Gumstix. + Build images for PXA2xx systems, eg. Gumstix. endef -KERNELNAME:="uImage" +KERNELNAME:=uImage $(eval $(call BuildTarget))