2009-05-02 15:48:42 +03: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
|
2010-10-02 17:31:49 +03:00
|
|
|
FEATURES:=targz usb jffs2
|
2010-10-27 16:46:00 +03:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-05-02 15:48:42 +03:00
|
|
|
|
2010-11-04 11:01:08 +02:00
|
|
|
LINUX_VERSION:=2.6.35.8
|
2009-05-02 15:48:42 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-09-03 03:45:55 +03:00
|
|
|
CFLAGS:=-Os -pipe -march=armv5te -mtune=marvell-f -funit-at-a-time
|
|
|
|
|
2009-05-02 15:48:42 +03:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES +=
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|