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