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)
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
|
2010-04-10 21:02:51 +00:00
|
|
|
SUBTARGETS:=le be
|
|
|
|
INITRAMFS_EXTRA_FILES:=
|
2010-02-28 11:09:34 +00:00
|
|
|
|
2011-03-18 13:25:32 +00:00
|
|
|
LINUX_VERSION:=2.6.37.4
|
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))
|