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