2010-02-28 11:09:34 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
2010-02-28 11:09:34 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
BOARD:=malta
|
|
|
|
BOARDNAME:=MIPS Malta CoreLV board (qemu)
|
2013-04-05 12:36:48 +00:00
|
|
|
SUBTARGETS:=le be le64 be64
|
2010-04-10 21:02:51 +00:00
|
|
|
INITRAMFS_EXTRA_FILES:=
|
2011-05-06 12:37:36 +00:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2010-02-28 11:09:34 +00:00
|
|
|
|
2013-07-22 15:31:13 +00:00
|
|
|
LINUX_VERSION:=3.10.2
|
2010-02-28 11:09:34 +00:00
|
|
|
|
2012-09-14 15:36:30 +00:00
|
|
|
DEVICE_TYPE:=developerboard
|
|
|
|
|
2010-02-28 11:09:34 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-04-16 11:34:21 +00:00
|
|
|
DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim kmod-pcnet32
|
2010-03-17 20:21:53 +00:00
|
|
|
|
2010-02-28 11:09:34 +00:00
|
|
|
$(eval $(call BuildTarget))
|