2010-02-28 19:09:34 +08:00
|
|
|
#
|
2011-03-18 21:25:32 +08:00
|
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
2010-02-28 19:09:34 +08: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)
|
2015-10-31 17:30:14 +08:00
|
|
|
CPU_TYPE:=24kc
|
2015-02-09 20:11:28 +08:00
|
|
|
SUBTARGETS:=le be #le64 be64
|
2010-04-11 05:02:51 +08:00
|
|
|
INITRAMFS_EXTRA_FILES:=
|
2011-05-06 20:37:36 +08:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2010-02-28 19:09:34 +08:00
|
|
|
|
2015-02-09 20:11:19 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2010-02-28 19:09:34 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-04-16 19:34:21 +08:00
|
|
|
DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim kmod-pcnet32
|
2010-03-18 04:21:53 +08:00
|
|
|
|
2010-02-28 19:09:34 +08:00
|
|
|
$(eval $(call BuildTarget))
|