5d2f529c9b
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 49064
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# Copyright (c) 2015 OpenWrt.org
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=mediatek
|
|
BOARDNAME:=Mediatek Ralink ARM
|
|
FEATURES:=squashfs
|
|
CPU_TYPE:=cortex-a7
|
|
MAINTAINER:=John Crispin <blogic@openwrt.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))
|