2009-05-04 00:58:06 +08:00
|
|
|
#
|
2013-06-04 19:13:18 +08:00
|
|
|
# Copyright (C) 2008-2013 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
|
2013-06-04 19:13:18 +08:00
|
|
|
SUBTARGETS:=generic harddisk
|
2010-10-27 21:46:00 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2008-06-04 21:51:17 +08:00
|
|
|
|
2014-10-25 03:34:02 +08:00
|
|
|
KERNEL_PATCHVER:=3.10
|
2008-06-04 21:51:17 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=zImage
|
2008-06-26 06:41:50 +08:00
|
|
|
|
2013-01-06 23:09:47 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208
|
2008-06-04 21:51:17 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|