fix lan_ifnames for the wgt634u (#367), add default lan_netmask variable on brcm-2.*
authorFelix Fietkau <nbd@openwrt.org>
Wed, 22 Mar 2006 09:34:30 +0000 (09:34 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 22 Mar 2006 09:34:30 +0000 (09:34 +0000)
SVN-Revision: 3445

openwrt/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig
openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig

index 94ee18e5641d347e3c82ec9ff4492167b059a94b..51be73b5ba21f6807f1b346595652ecd9cca67b8 100755 (executable)
@@ -48,6 +48,7 @@ END {
        if (nvram["boardtype"] == "wgt634u") {
                c["vlan0ports"] = "0 1 2 3 5*"
                c["vlan1ports"] = "4 5"
+               c["lan_ifnames"] = "vlan0 ath0"
        }
        if (nvram["boardtype"] == "0x0467") {
                c["vlan0ports"] = "0 1 2 3 5*"
@@ -74,6 +75,7 @@ END {
        p("lan_ifname")
        p("lan_ifnames")
        print "lan_ipaddr=\"192.168.1.1\""
+       print "lan_netmask=\"255.255.255.0\""
        print "# lan_dns=\"192.168.1.1\""
        print "# lan_gateway=\"192.168.1.1\""
 
index 94ee18e5641d347e3c82ec9ff4492167b059a94b..51be73b5ba21f6807f1b346595652ecd9cca67b8 100755 (executable)
@@ -48,6 +48,7 @@ END {
        if (nvram["boardtype"] == "wgt634u") {
                c["vlan0ports"] = "0 1 2 3 5*"
                c["vlan1ports"] = "4 5"
+               c["lan_ifnames"] = "vlan0 ath0"
        }
        if (nvram["boardtype"] == "0x0467") {
                c["vlan0ports"] = "0 1 2 3 5*"
@@ -74,6 +75,7 @@ END {
        p("lan_ifname")
        p("lan_ifnames")
        print "lan_ipaddr=\"192.168.1.1\""
+       print "lan_netmask=\"255.255.255.0\""
        print "# lan_dns=\"192.168.1.1\""
        print "# lan_gateway=\"192.168.1.1\""