Sfoglia il codice sorgente

rb532: add wan interface

Signed-off-by: Roman Yeryomin <[email protected]>

SVN-Revision: 41543
Felix Fietkau 11 anni fa
parent
commit
075249997f
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      target/linux/rb532/base-files/etc/config/network

+ 4 - 0
target/linux/rb532/base-files/etc/config/network

@@ -6,6 +6,10 @@ config interface loopback
 	option ipaddr	127.0.0.1
 	option netmask	255.0.0.0
 
+config interface wan
+	option ifname	eth0
+	option proto	dhcp
+
 config interface lan
 	option ifname	eth2
 	option proto	static