2009-05-02 12:48:42 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 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:=kirkwood
|
|
|
|
BOARDNAME:=Marvell Kirkwood
|
2009-06-01 13:23:52 +00:00
|
|
|
FEATURES:=tgz usb
|
2009-05-02 12:48:42 +00:00
|
|
|
|
2009-12-04 14:52:45 +00:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2009-05-02 12:48:42 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES +=
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|