diff options
author | John Klug <john.klug@multitech.com> | 2019-01-18 11:35:58 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-18 11:35:58 -0600 |
commit | 3580f690881aee976a10399cdf641f7d75f46bd6 (patch) | |
tree | bfb5b8157f6ea9aa8403c127edcd0420a261e889 /recipes-kernel/linux/net.inc | |
parent | b45f403dad008bce72a5c130e02d9dd9e1e88d9f (diff) | |
download | meta-multitech-3580f690881aee976a10399cdf641f7d75f46bd6.tar.gz meta-multitech-3580f690881aee976a10399cdf641f7d75f46bd6.tar.bz2 meta-multitech-3580f690881aee976a10399cdf641f7d75f46bd6.zip |
Add *.inc files with modules to autoload on boot.
Diffstat (limited to 'recipes-kernel/linux/net.inc')
-rw-r--r-- | recipes-kernel/linux/net.inc | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/recipes-kernel/linux/net.inc b/recipes-kernel/linux/net.inc new file mode 100644 index 0000000..ab7a732 --- /dev/null +++ b/recipes-kernel/linux/net.inc @@ -0,0 +1,123 @@ +# List of net modules to be included on boot +# If there are dependencies, the dependent items can be +# omitted. +KERNEL_MODULE_AUTOLOAD += " \ + l2tp_ppp.ko \ + l2tp_core \ + 8021q \ + nf_defrag_ipv4 \ + ip_tables \ + iptable_nat \ + nf_conntrack_ipv4 \ + nf_nat_h323 \ + nf_dup_ipv4 \ + iptable_mangle \ + iptable_raw \ + nf_nat_snmp_basic \ + nf_nat_pptp \ + nf_log_ipv4 \ + ipt_ah \ + nf_nat_proto_gre \ + nf_nat_ipv4 \ + nf_tables_ipv4 \ + ipip \ + udp_tunnel \ + nf_conntrack_pptp \ + xt_policy \ + nf_nat_redirect \ + xt_LOG \ + x_tables \ + xt_tcpudp \ + nf_conntrack_snmp \ + xt_set \ + nft_meta \ + xt_time \ + xt_state \ + xt_connmark \ + xt_iprange \ + xt_REDIRECT \ + xt_conntrack \ + nf_tables_netdev \ + xt_TPROXY \ + nf_tables_inet \ + nf_conntrack_ftp \ + nft_exthdr \ + ip_vs \ + nf_conntrack_broadcast \ + xt_HL \ + nf_nat_ftp \ + nf_log_common \ + xt_nat \ + xt_NFQUEUE \ + xt_NETMAP \ + xt_ecn \ + xt_mac \ + nf_conntrack_sip \ + xt_CLASSIFY \ + xt_TEE \ + xt_recent \ + xt_limit \ + nf_nat_sip \ + xt_l2tp \ + xt_esp \ + nf_conntrack_h323 \ + nf_conntrack_netlink \ + xt_NFLOG \ + xt_mark \ + xt_CT \ + nf_conntrack_proto_gre \ + nf_conntrack_netbios_ns \ + xt_hl \ + nfnetlink_cttimeout \ + xt_hashlimit \ + xt_multiport \ + nf_synproxy_core \ + llc \ + psnap \ + stp \ + mrp \ + p8022 \ + garp \ + bluetooth \ + hidp \ + bnep \ + rfcomm \ + mac80211 \ + rfkill \ + rfkill_regulator \ + rfkill_gpio \ + dns_resolver \ + ip6_gre \ + ip6_vti \ + xfrm6_mode_tunnel \ + ip6t_NPT \ + ip6t_ah \ + nf_dup_ipv6 \ + nf_reject_ipv6 \ + ip6t_rpfilter \ + ip6t_REJECT \ + nf_log_ipv6 \ + ip6table_nat \ + ip6t_hbh \ + ip6t_eui64 \ + ip6table_mangle \ + ip6t_ipv6header \ + nf_nat_ipv6 \ + nf_tables_ipv6 \ + ip6t_rt \ + ip6t_mh \ + ip6table_raw \ + nf_nat_masquerade_ipv6 \ + ip6t_MASQUERADE \ + nf_defrag_ipv6 \ + ip6_tables \ + ip6t_frag \ + ip6t_SYNPROXY \ + ip6table_filter \ + nf_conntrack_ipv6 \ + sit \ + ip6_udp_tunnel \ + cfg80211 \ + bridge \ + br_netfilter \ +" |