2009-05-03 19:58:06 +03:00
|
|
|
#
|
2011-01-24 14:51:48 +02:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2008-06-04 16:51:17 +03: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
|
2012-05-10 23:20:43 +03:00
|
|
|
SUBTARGETS:=generic harddisk dns323
|
2011-07-11 23:35:16 +03:00
|
|
|
CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves
|
2010-10-27 16:46:00 +03:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2008-06-04 16:51:17 +03:00
|
|
|
|
2012-06-05 09:57:51 +03:00
|
|
|
LINUX_VERSION:=3.3.8
|
2008-06-04 16:51:17 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2008-06-26 01:41:50 +03:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2010-11-05 09:33:43 +02:00
|
|
|
DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini
|
2008-06-04 16:51:17 +03:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|