projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a565659
)
gemini: fix ITian Square One SQ201 package selection
author
Mathias Kresin
<dev@kresin.me>
Sat, 26 Jan 2019 08:32:52 +0000
(09:32 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Sat, 26 Jan 2019 14:23:38 +0000
(15:23 +0100)
All kernel modules are prefixed with kmod-. Add the prefix to include
the desired packages.
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/gemini/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/gemini/image/Makefile
b/target/linux/gemini/image/Makefile
index 36ab53d0f21725ba4a5d292e2e1f449e0de80c64..805c0372c190e644460a14ec87b9eeb76878a98d 100644
(file)
--- a/
target/linux/gemini/image/Makefile
+++ b/
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