diff options
author | John Klug <john.klug@multitech.com> | 2019-01-22 11:01:07 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-22 11:01:07 -0600 |
commit | f60c1db942bf8d4cb23effa3e5d935c7f043b690 (patch) | |
tree | 3fbcf356b9555f0a25d6a920dabe585d728704af /recipes-kernel/linux/net.inc | |
parent | 25708466f544c600a9daa1c6967aad30365b73ae (diff) | |
download | meta-multitech-atmel-f60c1db942bf8d4cb23effa3e5d935c7f043b690.tar.gz meta-multitech-atmel-f60c1db942bf8d4cb23effa3e5d935c7f043b690.tar.bz2 meta-multitech-atmel-f60c1db942bf8d4cb23effa3e5d935c7f043b690.zip |
Load tun, iptable-netfilter, ppp-generic at boot, and add more led module options to kernel
Diffstat (limited to 'recipes-kernel/linux/net.inc')
-rw-r--r-- | recipes-kernel/linux/net.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/net.inc b/recipes-kernel/linux/net.inc index ab7a732..d980299 100644 --- a/recipes-kernel/linux/net.inc +++ b/recipes-kernel/linux/net.inc @@ -2,6 +2,8 @@ # If there are dependencies, the dependent items can be # omitted. KERNEL_MODULE_AUTOLOAD += " \ + tun \ + iptable_netfilter \ l2tp_ppp.ko \ l2tp_core \ 8021q \ |