Browse Source

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 years ago
parent
commit
82c7699dd8
1 changed files with 1 additions and 1 deletions
  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