mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-08 23:58:10 +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
|
||
|
|