mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
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
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user