Skip to content
Snippets Groups Projects
Commit 826b4e36 authored by Luka Perkov's avatar Luka Perkov
Browse files

kernel: add veth module


Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>

SVN-Revision: 36540
parent f54a6df1
No related branches found
No related tags found
No related merge requests found
......@@ -476,6 +476,23 @@ endef
$(eval $(call KernelPackage,tun))
define KernelPackage/veth
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Virtual ethernet pair device
KCONFIG:=CONFIG_VETH
FILES:=$(LINUX_DIR)/drivers/net/veth.ko
AUTOLOAD:=$(call AutoLoad,30,veth)
endef
define KernelPackage/veth/description
This device is a local ethernet tunnel. Devices are created in pairs.
When one end receives the packet it appears on its pair and vice
versa.
endef
$(eval $(call KernelPackage,veth))
define KernelPackage/ppp
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=PPP modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment