From aeb29071e6dbba3c0af04530d0f7742748ecb449 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Mon, 26 Jun 2023 21:38:04 +0200 Subject: [PATCH] Add kmod deps required for extended config --- configs/mediatek/mt7622/extended | 35 +++++++++++++++++++ .../mediatek/mt7622/mod-require-for-extended | 33 +++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 configs/mediatek/mt7622/mod-require-for-extended diff --git a/configs/mediatek/mt7622/extended b/configs/mediatek/mt7622/extended index cf7d912..1d19fa0 100644 --- a/configs/mediatek/mt7622/extended +++ b/configs/mediatek/mt7622/extended @@ -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 diff --git a/configs/mediatek/mt7622/mod-require-for-extended b/configs/mediatek/mt7622/mod-require-for-extended new file mode 100644 index 0000000..437ddad --- /dev/null +++ b/configs/mediatek/mt7622/mod-require-for-extended @@ -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