diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-03-22 09:34:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-22 09:34:30 +0000 |
commit | 4f907989c50855e89c52e8eb7eb39ad6d2f8981c (patch) | |
tree | 4d5cf895ac4cddfe54d894ea06acf3b84ac9abde /openwrt/target | |
parent | 08be4c3314b1a581112e5b28b369561192416635 (diff) | |
download | mtk-20170518-4f907989c50855e89c52e8eb7eb39ad6d2f8981c.zip mtk-20170518-4f907989c50855e89c52e8eb7eb39ad6d2f8981c.tar.gz mtk-20170518-4f907989c50855e89c52e8eb7eb39ad6d2f8981c.tar.bz2 |
fix lan_ifnames for the wgt634u (#367), add default lan_netmask variable on brcm-2.*
SVN-Revision: 3445
Diffstat (limited to 'openwrt/target')
-rwxr-xr-x | openwrt/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig | 2 | ||||
-rwxr-xr-x | openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig b/openwrt/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig index 94ee18e..51be73b 100755 --- a/openwrt/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig +++ b/openwrt/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig @@ -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\"" diff --git a/openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig b/openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig index 94ee18e..51be73b 100755 --- a/openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig +++ b/openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig @@ -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\"" |