mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
ar71xx: add missing protocol definitions to default network configurations
SVN-Revision: 20091
This commit is contained in:
parent
1aa0192b94
commit
4d5a9fe402
@ -6,6 +6,7 @@ config interface loopback
|
||||
|
||||
config interface eth
|
||||
option ifname eth0
|
||||
option proto none
|
||||
|
||||
config interface lan
|
||||
option ifname 'lan1 lan2 lan3 lan4'
|
||||
|
@ -6,6 +6,7 @@ config interface loopback
|
||||
|
||||
config interface eth
|
||||
option ifname eth0
|
||||
option proto none
|
||||
|
||||
config interface lan
|
||||
option ifname 'lan1 lan2 lan3 lan4'
|
||||
|
@ -6,6 +6,7 @@ config interface loopback
|
||||
|
||||
config interface eth
|
||||
option ifname eth0
|
||||
option proto none
|
||||
|
||||
config interface lan
|
||||
option ifname 'lan1 lan2 lan3 lan4'
|
||||
|
@ -6,6 +6,7 @@ config interface loopback
|
||||
|
||||
config interface mac0
|
||||
option ifname eth0
|
||||
option proto none
|
||||
|
||||
config interface lan
|
||||
option ifname "lan1 lan2 lan3 lan4"
|
||||
|
@ -6,6 +6,7 @@ config interface loopback
|
||||
|
||||
config interface eth
|
||||
option ifname eth0
|
||||
option proto none
|
||||
|
||||
config interface lan
|
||||
option ifname "lan1 lan2 lan3 lan4"
|
||||
|
Loading…
Reference in New Issue
Block a user