mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 01:28:59 +00:00
8f2cace0b7
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
18 lines
309 B
Makefile
18 lines
309 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
ARCH:=arm
|
|
SUBTARGET:=mt7623
|
|
BOARDNAME:=MT7623
|
|
CPU_TYPE:=cortex-a7
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
KERNELNAME:=Image dtbs zImage
|
|
FEATURES+=usb
|
|
DEFAULT_PACKAGES+=blockdev uboot-envtools
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek mt7623 ARM based boards.
|
|
endef
|
|
|