29804086ee
Move CPU_TYPE:=24kc (32-bit) from the top-level target makefile to the be/le subtarget makefiles, which is consistent with the 64-bit subtargets. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
22 lines
511 B
Makefile
22 lines
511 B
Makefile
#
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
|
#
|
|
# 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)
|
|
SUBTARGETS:=le be le64 be64
|
|
INITRAMFS_EXTRA_FILES:=
|
|
FEATURES:=cpiogz ext4 ramdisk squashfs targz
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-mac80211-hwsim kmod-pcnet32 mkf2fs e2fsprogs
|
|
|
|
$(eval $(call BuildTarget))
|