mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kmod-fs-cifs: fix dependence in 5.18
This commit is contained in:
parent
2c340abaf1
commit
d638ccd10a
@ -109,9 +109,9 @@ define KernelPackage/fs-cifs
|
||||
+kmod-crypto-ccm \
|
||||
+kmod-crypto-ecb \
|
||||
+kmod-crypto-des \
|
||||
+(LINUX_5_15):kmod-asn1-decoder \
|
||||
+(LINUX_5_15):kmod-oid-registry \
|
||||
+(LINUX_5_15):kmod-dnsresolver
|
||||
+(LINUX_5_15||LINUX_5_18):kmod-asn1-decoder \
|
||||
+(LINUX_5_15||LINUX_5_18):kmod-oid-registry \
|
||||
+(LINUX_5_15||LINUX_5_18):kmod-dnsresolver
|
||||
endef
|
||||
|
||||
define KernelPackage/fs-cifs/description
|
||||
|
Loading…
Reference in New Issue
Block a user