Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66244
b: refs/heads/master
c: e314dbd
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Oct 10, 2007
1 parent 242631e commit 45beab8
Show file tree
Hide file tree
Showing 5 changed files with 497 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e71992889ee289a87f6641cfa40d64a5699bcb53
refs/heads/master: e314dbdc1c0dc6a548ecf0afce28ecfd538ff568
6 changes: 6 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ config TUN

If you don't know what to use this for, you don't need it.

config VETH
tristate "Virtual ethernet device"
---help---
The device is an ethernet tunnel. Devices are created in pairs. When
one end receives the packet it appears on its pair and vice versa.

config NET_SB1000
tristate "General Instruments Surfboard 1000"
depends on PNP
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ obj-$(CONFIG_MACSONIC) += macsonic.o
obj-$(CONFIG_MACMACE) += macmace.o
obj-$(CONFIG_MAC89x0) += mac89x0.o
obj-$(CONFIG_TUN) += tun.o
obj-$(CONFIG_VETH) += veth.o
obj-$(CONFIG_NET_NETX) += netx-eth.o
obj-$(CONFIG_DL2K) += dl2k.o
obj-$(CONFIG_R8169) += r8169.o
Expand Down
Loading

0 comments on commit 45beab8

Please sign in to comment.