2009-05-03 16:58:06 +00:00
|
|
|
#
|
2008-06-04 13:51:17 +00: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 00:36:47 +00:00
|
|
|
SUBTARGETS=generic harddisk
|
2008-06-04 13:51:17 +00:00
|
|
|
|
2009-12-04 14:52:45 +00:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2008-06-04 13:51:17 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2008-06-25 22:41:50 +00:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2009-03-15 00:53:20 +00:00
|
|
|
DEFAULT_PACKAGES += kmod-ath9k hostapd-mini
|
2008-06-04 13:51:17 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|