mirror of
https://github.com/Heleguo/lede.git
synced 2026-01-09 14:17:24 +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'
8 lines
224 B
Makefile
8 lines
224 B
Makefile
define Device/mediatek_mt7629-lynx-rfb
|
|
DEVICE_VENDOR := MediaTek
|
|
DEVICE_MODEL := MT7629 Lynx reference board
|
|
DEVICE_DTS := mt7629-lynx-rfb
|
|
DEVICE_PACKAGES := swconfig
|
|
endef
|
|
TARGET_DEVICES += mediatek_mt7629-lynx-rfb
|