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>
This commit is contained in:
parent
a565659c29
commit
82c7699dd8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue