Browse Source

atheros switch support: add missing commit statements

SVN-Revision: 17391
Felix Fietkau 16 years ago
parent
commit
851c2668b9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/atheros/base-files/etc/uci-defaults/network

+ 2 - 0
target/linux/atheros/base-files/etc/uci-defaults/network

@@ -24,6 +24,7 @@ set network.lan.ifname=eth0.1
 set network.wan=interface
 set network.wan.ifname=eth0.2
 set network.wan.proto=dhcp
+commit network
 EOF
 	HAS_SWITCH=1
 fi
@@ -33,6 +34,7 @@ fi
 set network.wan=interface
 set network.wan.ifname=eth1
 set network.wan.proto=dhcp
+commit network
 EOF
 }