Switched eth0 with ethsw0
This commit is contained in:
parent
fa764e714b
commit
07dc510a4a
@ -212,6 +212,7 @@ CONFIG_MAC80211_MESH_SYNC_DEBUG=y
|
|||||||
CONFIG_MAC80211_MESH_CSA_DEBUG=y
|
CONFIG_MAC80211_MESH_CSA_DEBUG=y
|
||||||
CONFIG_MAC80211_MESH_PS_DEBUG=y
|
CONFIG_MAC80211_MESH_PS_DEBUG=y
|
||||||
CONFIG_MAC80211_TDLS_DEBUG=y
|
CONFIG_MAC80211_TDLS_DEBUG=y
|
||||||
|
CONFIG_RFKILL=y
|
||||||
CONFIG_NET_9P=y
|
CONFIG_NET_9P=y
|
||||||
CONFIG_NET_9P_VIRTIO=y
|
CONFIG_NET_9P_VIRTIO=y
|
||||||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
auto lo
|
auto lo
|
||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
|
|
||||||
auto eth0
|
auto ethsw0
|
||||||
iface eth0 inet dhcp
|
iface ethsw0 inet dhcp
|
||||||
pre-up sleep 20
|
pre-up sleep 20
|
||||||
|
|
||||||
auto ap0
|
auto ap0
|
||||||
|
Loading…
Reference in New Issue
Block a user