diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-05-13 14:42:23 +0300 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-11 16:44:57 -0600 |
commit | 5a6fe9507fbde0c67dbbab14de830b7568f7f674 (patch) | |
tree | 5787dd6104539175cb9670587a7bb8c64b4d6c60 /recipes-kernel/linux/net.inc | |
parent | 8b1dc0f25f61f60f8813ca6ff60469a5db3408f1 (diff) | |
download | meta-multitech-5a6fe9507fbde0c67dbbab14de830b7568f7f674.tar.gz meta-multitech-5a6fe9507fbde0c67dbbab14de830b7568f7f674.tar.bz2 meta-multitech-5a6fe9507fbde0c67dbbab14de830b7568f7f674.zip |
Initial meta-multitech-common based on meta-multitech (branch master)
Diffstat (limited to 'recipes-kernel/linux/net.inc')
-rw-r--r-- | recipes-kernel/linux/net.inc | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/recipes-kernel/linux/net.inc b/recipes-kernel/linux/net.inc deleted file mode 100644 index 5a78b44..0000000 --- a/recipes-kernel/linux/net.inc +++ /dev/null @@ -1,108 +0,0 @@ -# List of net modules to be included on boot -# If there are dependencies, the dependent items can be -# omitted. -NET_LOAD_ALL_MACHINES += " \ - 8021q \ - bnep \ - br_netfilter \ - dns_resolver \ - garp \ - ip6_gre \ - ip6table_filter \ - ip6table_mangle \ - ip6table_nat \ - ip6table_raw \ - ip6t_ah \ - ip6t_eui64 \ - ip6t_frag \ - ip6t_hbh \ - ip6t_ipv6header \ - ip6t_MASQUERADE \ - ip6t_mh \ - ip6t_NPT \ - ip6t_REJECT \ - ip6t_rpfilter \ - ip6t_rt \ - ip6t_SYNPROXY \ - ip6_vti \ - ipip \ - iptable_mangle \ - iptable_nat \ - iptable_netfilter \ - iptable_raw \ - ip_tables \ - ipt_ah \ - ip_vs \ - l2tp_ppp \ - mac80211 \ - mrp \ - nf_conntrack_ipv4 \ - nf_conntrack_ipv6 \ - nf_conntrack_netbios_ns \ - nf_conntrack_netlink \ - nf_log_ipv4 \ - nf_log_ipv6 \ - nf_nat_ftp \ - nf_nat_h323 \ - nf_nat_pptp \ - nf_nat_sip \ - nf_nat_snmp_basic \ - nfnetlink_cttimeout \ - nf_tables_inet \ - nf_tables_netdev \ - nft_exthdr \ - nft_meta \ - p8022 \ - psnap \ - rfcomm \ - rfkill-gpio \ - rfkill-regulator \ - sit \ - tun \ - xfrm6_mode_tunnel \ - xt_CLASSIFY \ - xt_connmark \ - xt_conntrack \ - xt_CT \ - xt_ecn \ - xt_esp \ - xt_hashlimit \ - xt_hl \ - xt_HL \ - xt_iprange \ - xt_l2tp \ - xt_LED \ - xt_limit \ - xt_LOG \ - xt_mac \ - xt_mark \ - xt_multiport \ - xt_nat \ - xt_NETMAP \ - xt_NFLOG \ - xt_NFQUEUE \ - xt_policy \ - xt_recent \ - xt_REDIRECT \ - xt_set \ - xt_state \ - xt_tcpudp \ - xt_TEE \ - xt_time \ - xt_TPROXY \ - ledtrig-netdev \ -" - -KERNEL_MODULE_AUTOLOAD_mtcdt += " \ - ${NET_LOAD_ALL_MACHINES} \ -" -KERNEL_MODULE_AUTOLOAD_mtrv1 += " \ - ${NET_LOAD_ALL_MACHINES} \ -" -KERNEL_MODULE_AUTOLOAD_mtr += " \ - ${NET_LOAD_ALL_MACHINES} \ -" -KERNEL_MODULE_AUTOLOAD_mtcap += " \ - ${NET_LOAD_ALL_MACHINES} \ -" - |