mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
06c4fc6d5e
Older MT7623 ARMv7 SoC as well as new Filogic platforms come with inside-secure,safexcel-eip97 units. Enable them in DTS and select the driver kernel module by default on those platforms. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
18 lines
338 B
Makefile
18 lines
338 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+=display usbgadget
|
|
DEFAULT_PACKAGES+=kmod-crypto-hw-safexcel uboot-envtools
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek mt7623 ARM based boards.
|
|
endef
|
|
|