mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 18:19:02 +00:00
9 lines
225 B
Makefile
9 lines
225 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
|
||
|
|