diff options
author | John Klug <john.klug@multitech.com> | 2019-01-22 11:45:18 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | 5cc6013ba29c43453cd562ac9d5f589ab770ec92 (patch) | |
tree | 66881e401fde412f0b33260d7523244bde5fa7f6 | |
parent | f7dee1374e64d8fb0e1f2b4115623ed3962797e0 (diff) | |
download | meta-multitech-5cc6013ba29c43453cd562ac9d5f589ab770ec92.tar.gz meta-multitech-5cc6013ba29c43453cd562ac9d5f589ab770ec92.tar.bz2 meta-multitech-5cc6013ba29c43453cd562ac9d5f589ab770ec92.zip |
Remove some of the dependent modules
-rw-r--r-- | recipes-kernel/linux/driver.inc | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/net.inc | 35 |
2 files changed, 1 insertions, 35 deletions
diff --git a/recipes-kernel/linux/driver.inc b/recipes-kernel/linux/driver.inc index 5baf917..279156a 100644 --- a/recipes-kernel/linux/driver.inc +++ b/recipes-kernel/linux/driver.inc @@ -8,5 +8,4 @@ KERNEL_MODULE_AUTOLOAD_mtcdt += " \ # Is this driver needed for mtcap? KERNEL_MODULE_AUTOLOAD += " \ atmel_usba_udc \ - ppp_generic \ " diff --git a/recipes-kernel/linux/net.inc b/recipes-kernel/linux/net.inc index d980299..ea89748 100644 --- a/recipes-kernel/linux/net.inc +++ b/recipes-kernel/linux/net.inc @@ -4,33 +4,22 @@ KERNEL_MODULE_AUTOLOAD += " \ tun \ iptable_netfilter \ - l2tp_ppp.ko \ - l2tp_core \ + l2tp_ppp \ 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 \ @@ -42,19 +31,15 @@ KERNEL_MODULE_AUTOLOAD += " \ 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 \ @@ -62,30 +47,22 @@ KERNEL_MODULE_AUTOLOAD += " \ 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 \ @@ -94,8 +71,6 @@ KERNEL_MODULE_AUTOLOAD += " \ xfrm6_mode_tunnel \ ip6t_NPT \ ip6t_ah \ - nf_dup_ipv6 \ - nf_reject_ipv6 \ ip6t_rpfilter \ ip6t_REJECT \ nf_log_ipv6 \ @@ -104,22 +79,14 @@ KERNEL_MODULE_AUTOLOAD += " \ 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 \ " |