medaitek: convert the NAND target to UBI
[openwrt/openwrt.git] / target / linux / mediatek / Makefile
1 # Copyright (c) 2015 OpenWrt.org
2 #
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=arm
6 BOARD:=mediatek
7 BOARDNAME:=MediaTek Ralink ARM
8 FEATURES:=squashfs nand ubifs
9 CPU_TYPE:=cortex-a7
10 MAINTAINER:=John Crispin <john@phrozen.org>
11
12 KERNEL_PATCHVER:=4.4
13
14 KERNELNAME:=Image dtbs zImage
15
16 include $(INCLUDE_DIR)/target.mk
17 DEFAULT_PACKAGES += \
18 kmod-mt76 kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
19 wpad-mini
20
21 $(eval $(call BuildTarget))