Переглянути джерело

fix the default network configuration for the ASUS WL-330gE (#8751)

SVN-Revision: 28024
Jo-Philipp Wich 14 роки тому
батько
коміт
ebb152295b
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      target/linux/brcm47xx/base-files/etc/init.d/netconfig

+ 2 - 2
target/linux/brcm47xx/base-files/etc/init.d/netconfig

@@ -104,8 +104,8 @@ start() {
 		}
 		}
 		if (model == "ASUS WL-330gE") {
 		if (model == "ASUS WL-330gE") {
 			c["wan_ifname"] = ""
 			c["wan_ifname"] = ""
-			c["lan_ifname"] = "eth0"
-			c["vlan0ports"] = ""
+			c["lan_ifname"] = "eth0.0"
+			c["vlan0ports"] = "4 5"
 			c["vlan1ports"] = ""
 			c["vlan1ports"] = ""
 		}
 		}
 		if ((model == "ASUS WL-500g") || (model == "Microsoft MN-700")) {
 		if ((model == "ASUS WL-500g") || (model == "Microsoft MN-700")) {