projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e387d9b
)
kernel: add missing dependencies to kmod-crypto-acompress
author
Hauke Mehrtens
<
[email protected]
>
Sat, 25 Nov 2017 23:24:28 +0000
(
00:24
+0100)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 16 Dec 2017 21:15:14 +0000
(22:15 +0100)
kmod-lib-lzo and kmod-lib-lz4 depend in kernel 4.14 on
kmod-crypto-acompress, add this missing dependency.
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/kernel/linux/modules/lib.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/lib.mk
b/package/kernel/linux/modules/lib.mk
index c40e33320c429d0f0e80afd79dfde5040fe3a1e1..6d7e0dc996e69f6df4026f0a103eb500c2a75ec3 100644
(file)
--- a/
package/kernel/linux/modules/lib.mk
+++ b/
package/kernel/linux/modules/lib.mk
@@
-101,6
+101,7
@@
$(eval $(call KernelPackage,lib-crc32c))
define KernelPackage/lib-lzo
SUBMENU:=$(LIB_MENU)
TITLE:=LZO support
+ DEPENDS:=+LINUX_4_14:kmod-crypto-acompress
KCONFIG:= \
[email protected]
\
CONFIG_LZO_COMPRESS \
@@
-145,6
+146,7
@@
$(eval $(call KernelPackage,lib-zstd))
define KernelPackage/lib-lz4
SUBMENU:=$(LIB_MENU)
TITLE:=LZ4 support
+ DEPENDS:=+LINUX_4_14:kmod-crypto-acompress
HIDDEN:=1
KCONFIG:= \
[email protected]
\