2009-05-02 12:48:42 +00:00
|
|
|
#
|
2011-02-25 17:33:04 +00:00
|
|
|
# Copyright (C) 2009-2011 OpenWrt.org
|
2009-05-02 12:48:42 +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:=kirkwood
|
|
|
|
BOARDNAME:=Marvell Kirkwood
|
2010-10-02 14:31:49 +00:00
|
|
|
FEATURES:=targz usb jffs2
|
2010-10-27 13:46:00 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-05-02 12:48:42 +00:00
|
|
|
|
2011-03-18 13:25:32 +00:00
|
|
|
LINUX_VERSION:=2.6.37.4
|
2009-05-02 12:48:42 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES +=
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|