mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
Add kmod deps required for extended config
This commit is contained in:
@@ -68,3 +68,38 @@ CONFIG_PACKAGE_luci-app-https-dns-proxy=y
|
||||
|
||||
# collecd
|
||||
# CONFIG_PACKAGE_collectd=y
|
||||
|
||||
# Dependency kmods - use it when kernel version is not available in mirror
|
||||
#CONFIG_PACKAGE_kmod-crypto-crc32c=y
|
||||
#CONFIG_PACKAGE_kmod-crypto-hash=y
|
||||
#CONFIG_PACKAGE_kmod-crypto-kpp=y
|
||||
#CONFIG_PACKAGE_kmod-crypto-lib-chacha20=y
|
||||
#CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=y
|
||||
#CONFIG_PACKAGE_kmod-crypto-lib-curve25519=y
|
||||
#CONFIG_PACKAGE_kmod-crypto-lib-poly1305=y
|
||||
#CONFIG_PACKAGE_kmod-ifb=y
|
||||
#CONFIG_PACKAGE_kmod-ipt-conntrack=y
|
||||
#CONFIG_PACKAGE_kmod-ipt-core=y
|
||||
#CONFIG_PACKAGE_kmod-ipt-ipopt=y
|
||||
#CONFIG_PACKAGE_kmod-ipt-nat=y
|
||||
#CONFIG_PACKAGE_kmod-lib-crc32c=y
|
||||
#CONFIG_PACKAGE_kmod-nf-conntrack=y
|
||||
#CONFIG_PACKAGE_kmod-nf-conntrack6=y
|
||||
#CONFIG_PACKAGE_kmod-nf-flow=y
|
||||
#CONFIG_PACKAGE_kmod-nf-ipt=y
|
||||
#CONFIG_PACKAGE_kmod-nf-log=y
|
||||
#CONFIG_PACKAGE_kmod-nf-log6=y
|
||||
#CONFIG_PACKAGE_kmod-nf-nat=y
|
||||
#CONFIG_PACKAGE_kmod-nfnetlink=y
|
||||
#CONFIG_PACKAGE_kmod-nf-reject=y
|
||||
#CONFIG_PACKAGE_kmod-nf-reject6=y
|
||||
#CONFIG_PACKAGE_kmod-nft-compat=y
|
||||
#CONFIG_PACKAGE_kmod-nft-core=y
|
||||
#CONFIG_PACKAGE_kmod-nft-fib=y
|
||||
#CONFIG_PACKAGE_kmod-nft-nat=y
|
||||
#CONFIG_PACKAGE_kmod-nft-offload=y
|
||||
#CONFIG_PACKAGE_kmod-sched-cake=y
|
||||
#CONFIG_PACKAGE_kmod-sched-core=y
|
||||
#CONFIG_PACKAGE_kmod-udptunnel4=y
|
||||
#CONFIG_PACKAGE_kmod-udptunnel6=y
|
||||
#CONFIG_PACKAGE_kmod-wireguard=y
|
||||
|
||||
33
configs/mediatek/mt7622/mod-require-for-extended
Normal file
33
configs/mediatek/mt7622/mod-require-for-extended
Normal file
@@ -0,0 +1,33 @@
|
||||
kmod-crypto-crc32c
|
||||
kmod-crypto-hash
|
||||
kmod-crypto-kpp
|
||||
kmod-crypto-lib-chacha20
|
||||
kmod-crypto-lib-chacha20poly1305
|
||||
kmod-crypto-lib-curve25519
|
||||
kmod-crypto-lib-poly1305
|
||||
kmod-ifb
|
||||
kmod-ipt-conntrack
|
||||
kmod-ipt-core
|
||||
kmod-ipt-ipopt
|
||||
kmod-ipt-nat
|
||||
kmod-lib-crc32c
|
||||
kmod-nf-conntrack
|
||||
kmod-nf-conntrack6
|
||||
kmod-nf-flow
|
||||
kmod-nf-ipt
|
||||
kmod-nf-log
|
||||
kmod-nf-log6
|
||||
kmod-nf-nat
|
||||
kmod-nfnetlink
|
||||
kmod-nf-reject
|
||||
kmod-nf-reject6
|
||||
kmod-nft-compat
|
||||
kmod-nft-core
|
||||
kmod-nft-fib
|
||||
kmod-nft-nat
|
||||
kmod-nft-offload
|
||||
kmod-sched-cake
|
||||
kmod-sched-core
|
||||
kmod-udptunnel4
|
||||
kmod-udptunnel6
|
||||
kmod-wireguard
|
||||
Reference in New Issue
Block a user