remove ethernet bonding updates
[openwrt.git] / openwrt / target / linux / package / base-files / files / brcm-2.6 / etc / init.d / S05netconfig
index 719dab7..51be73b 100755 (executable)
@@ -4,7 +4,7 @@
 mkdir -p /etc/config
 
 (
-       if [ "$(/usr/bin/head -c4 /dev/mtdblock/1 | /usr/bin/tail -c3)" = "ELF" ]; then
+       if grep 'mtd0: 00060000' /proc/mtd 2>&- >&-; then
                # WGT634u
                echo boardtype=wgt634u
        else
@@ -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\""
 
This page took 0.020749 seconds and 4 git commands to generate.