2009-11-26 07:43:48 +08:00
|
|
|
#
|
2010-11-22 20:12:39 +08:00
|
|
|
# Copyright (C) 2009-2010 OpenWrt.org
|
2009-11-26 07:43:48 +08: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:=ep93xx
|
2010-07-19 19:30:27 +08:00
|
|
|
BOARDNAME:=Cirrus Logic EP93xx
|
2013-06-06 04:58:59 +08:00
|
|
|
FEATURES:=squashfs ext4 targz usb display sound
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=arm920t
|
2011-05-06 20:37:36 +08:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2009-11-26 07:43:48 +08:00
|
|
|
|
2013-05-27 00:02:31 +08:00
|
|
|
LINUX_VERSION:=3.8.13
|
2009-11-26 07:43:48 +08:00
|
|
|
|
2012-07-25 03:42:44 +08:00
|
|
|
DEVICE_TYPE:=developerboard
|
|
|
|
|
2009-11-26 07:43:48 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|