2007-01-31 01:11:27 +01:00
|
|
|
#
|
2008-04-26 12:14:55 +02:00
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-01-31 01:11:27 +01:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=pxa
|
2008-04-26 12:14:55 +02:00
|
|
|
BOARDNAME:=Marvell/Intel PXA2xx
|
2007-01-31 01:11:27 +01:00
|
|
|
FEATURES:=jffs2 broken
|
|
|
|
|
2008-02-11 11:50:40 +01:00
|
|
|
LINUX_VERSION:=2.6.21.7
|
2007-06-28 07:52:00 +02:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2007-01-31 01:11:27 +01:00
|
|
|
define Target/Description
|
2008-04-26 12:14:55 +02:00
|
|
|
Build images for PAX2xx systems, eg. Gumstix.
|
|
|
|
endef
|
|
|
|
|
2008-04-27 18:56:19 +02:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
$(eval $(call BuildTarget))
|