tn3399_openwrt/target/linux/mediatek/Makefile
John Crispin e81020c317 medaitek: convert the NAND target to UBI
Signed-off-by: John Crispin <john@phrozen.org>
2016-06-17 04:13:08 +02:00

22 lines
425 B
Makefile

# Copyright (c) 2015 OpenWrt.org
#
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=mediatek
BOARDNAME:=MediaTek Ralink ARM
FEATURES:=squashfs nand ubifs
CPU_TYPE:=cortex-a7
MAINTAINER:=John Crispin <john@phrozen.org>
KERNEL_PATCHVER:=4.4
KERNELNAME:=Image dtbs zImage
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-mt76 kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
wpad-mini
$(eval $(call BuildTarget))