2009-05-03 16:58:06 +00:00
|
|
|
#
|
2015-04-12 20:45:55 +00:00
|
|
|
# Copyright (C) 2008-2015 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
|
2016-11-30 01:10:00 +00:00
|
|
|
FEATURES:=broken rtc
|
2013-06-04 11:13:18 +00:00
|
|
|
SUBTARGETS:=generic harddisk
|
2010-10-27 13:46:00 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2008-06-04 13:51:17 +00:00
|
|
|
|
2016-11-30 01:10:01 +00:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2008-06-04 13:51:17 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=zImage
|
2008-06-25 22:41:50 +00:00
|
|
|
|
2016-12-22 16:34:45 +00:00
|
|
|
DEFAULT_PACKAGES += kmod-ath9k wpad-mini kmod-rtc-isl1208 uboot-envtools
|
2008-06-04 13:51:17 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|