mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-20 00:23:30 +00:00

* kernel: bump to 4.14.169, 4.19.101 * uboot: update to latest * mediatek: bump to v4.19 * ath79: switch to wpad * Revert 'grub2: update to latest'
17 lines
255 B
Makefile
17 lines
255 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
ARCH:=arm
|
|
SUBTARGET:=mt7629
|
|
BOARDNAME:=MT7629
|
|
CPU_TYPE:=cortex-a7
|
|
FEATURES:=squashfs nand ramdisk
|
|
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek mt7629 ARM based boards.
|
|
endef
|
|
|