2009-05-04 00:58:06 +08:00
|
|
|
#
|
2008-06-04 21:51:17 +08: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 08:36:47 +08:00
|
|
|
SUBTARGETS=generic harddisk
|
2008-06-04 21:51:17 +08:00
|
|
|
|
2009-09-17 19:22:33 +08:00
|
|
|
LINUX_VERSION:=2.6.30.7
|
2008-06-04 21:51:17 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2008-06-26 06:41:50 +08:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2009-03-15 08:53:20 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-ath9k hostapd-mini
|
2008-06-04 21:51:17 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|