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 <dev@kresin.me>
master
Mathias Kresin 6 years ago
parent a565659c29
commit 82c7699dd8
  1. 2
      target/linux/gemini/image/Makefile

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

Loading…
Cancel
Save