lede/target/linux/malta/Makefile

21 lines
466 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2010-2011 OpenWrt.org
2017-09-06 19:19:45 +08:00
include $(TOPDIR)/rules.mk
BOARD:=malta
BOARDNAME:=MIPS Malta CoreLV board (qemu)
SUBTARGETS:=le be le64 be64
INITRAMFS_EXTRA_FILES:=
2020-07-02 23:30:56 +08:00
FEATURES:=cpiogz ext4 ramdisk squashfs targz
2017-09-06 19:19:45 +08:00
2020-07-02 23:30:56 +08:00
KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.10
2017-09-06 19:19:45 +08:00
include $(INCLUDE_DIR)/target.mk
2021-06-15 17:58:07 +08:00
DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-mac80211-hwsim kmod-pcnet32 mkf2fs e2fsprogs
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))