openwrt_archive/target/linux/kirkwood/Makefile
Nicolas Thill e966ca8f7b [backfire] merge [21237:21239] & [21244]
SVN-Revision: 21322
2010-05-02 23:05:23 +00:00

23 lines
385 B
Makefile

#
# 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
FEATURES:=targz usb
LINUX_VERSION:=2.6.30.10
include $(INCLUDE_DIR)/target.mk
KERNELNAME:="uImage"
DEFAULT_PACKAGES +=
$(eval $(call BuildTarget))