Просмотр исходного кода

gemini: fix ITian Square One SQ201 package selection

All kernel modules are prefixed with kmod-. Add the prefix to include
the desired packages.

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin 7 лет назад
Родитель
Сommit
82c7699dd8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/gemini/image/Makefile

+ 1 - 1
target/linux/gemini/image/Makefile

@@ -138,7 +138,7 @@ define Device/itian_sq201
 	$(Device/itian-raidsonic)
 	DEVICE_TITLE := ITian Square One SQ201
 	DEVICE_DTS := gemini-sq201
-	DEVICE_PACKAGES += rt61-pci usb2-pci
+	DEVICE_PACKAGES += kmod-rt61-pci kmod-usb2-pci
 endef
 TARGET_DEVICES += itian_sq201