mirror of https://github.com/OpenIPC/firmware.git
Enable tun/tap driver
parent
e2afa06404
commit
c58f08d9b1
|
@ -602,7 +602,7 @@ CONFIG_NETDEVICES=y
|
|||
# CONFIG_DUMMY is not set
|
||||
# CONFIG_BONDING is not set
|
||||
# CONFIG_EQUALIZER is not set
|
||||
# CONFIG_TUN is not set
|
||||
CONFIG_TUN=y
|
||||
# CONFIG_VETH is not set
|
||||
CONFIG_MII=y
|
||||
CONFIG_PHYLIB=y
|
||||
|
|
|
@ -747,7 +747,7 @@ CONFIG_MII=y
|
|||
# CONFIG_NETCONSOLE is not set
|
||||
# CONFIG_NETPOLL is not set
|
||||
# CONFIG_NET_POLL_CONTROLLER is not set
|
||||
# CONFIG_TUN is not set
|
||||
CONFIG_TUN=y
|
||||
# CONFIG_VETH is not set
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue