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
|
2008-06-04 16:51:17 +03:00
|
|
|
|
2009-03-24 17:06:53 +02:00
|
|
|
LINUX_VERSION:=2.6.28.9
|
2008-06-04 16:51:17 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2008-06-26 01:41:50 +03:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2009-03-15 02:53:20 +02:00
|
|
|
DEFAULT_PACKAGES += kmod-ath9k hostapd-mini
|
2008-06-04 16:51:17 +03:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|