2009-05-04 00:58:06 +08:00
|
|
|
#
|
2010-03-14 09:41:52 +08:00
|
|
|
# Copyright (C) 2008-2010 OpenWrt.org
|
2008-06-04 21:51:17 +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:=orion
|
|
|
|
BOARDNAME:=Marvell Orion
|
|
|
|
FEATURES:=squashfs
|
2009-03-22 08:36:47 +08:00
|
|
|
SUBTARGETS=generic harddisk
|
2010-01-30 06:15:56 +08:00
|
|
|
CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time
|
2008-06-04 21:51:17 +08:00
|
|
|
|
2010-07-11 06:39:52 +08:00
|
|
|
LINUX_VERSION:=2.6.34.1
|
2008-06-04 21:51:17 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2008-06-26 06:41:50 +08:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2010-01-24 01:21:18 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-ath9k wpad-mini
|
2008-06-04 21:51:17 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|