2009-05-02 20:48:42 +08:00
|
|
|
#
|
2011-02-26 01:33:04 +08:00
|
|
|
# Copyright (C) 2009-2011 OpenWrt.org
|
2009-05-02 20:48:42 +08: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 22:31:49 +08:00
|
|
|
FEATURES:=targz usb jffs2
|
2010-10-27 21:46:00 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-05-02 20:48:42 +08:00
|
|
|
|
2012-05-24 05:05:32 +08:00
|
|
|
LINUX_VERSION:=3.3.7
|
2009-05-02 20:48:42 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES +=
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|