You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
296 B
10 lines
296 B
7 years ago
|
define Device/MTK-RFB1
|
||
|
DEVICE_TITLE := MTK7622 rfb1 AP
|
||
|
DEVICE_DTS := mt7622-rfb1
|
||
|
DEVICE_DTS_DIR := $(DTS_DIR)/mediatek
|
||
|
SUPPORTED_DEVICES := mt7622
|
||
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb3 \
|
||
|
kmod-ata-core kmod-ata-ahci-mtk
|
||
|
endef
|
||
|
TARGET_DEVICES += MTK-RFB1
|