aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-03-22 09:34:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-03-22 09:34:30 +0000
commitf9d9a40a8cc101b4d2a5f2a7a06604e2512689b8 (patch)
treea839db52202a3ede5d3a5d23971cbc3d72378558 /target/linux/package
parentf2ea9dac928bc10d9cf760dae88764205c7c3add (diff)
downloadmaster-187ad058-f9d9a40a8cc101b4d2a5f2a7a06604e2512689b8.tar.gz
master-187ad058-f9d9a40a8cc101b4d2a5f2a7a06604e2512689b8.tar.bz2
master-187ad058-f9d9a40a8cc101b4d2a5f2a7a06604e2512689b8.zip
fix lan_ifnames for the wgt634u (#367), add default lan_netmask variable on brcm-2.*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3445 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-rwxr-xr-xtarget/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig2
-rwxr-xr-xtarget/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig b/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig
index 94ee18e564..51be73b5ba 100755
--- a/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05netconfig
+++ b/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/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig b/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
index 94ee18e564..51be73b5ba 100755
--- a/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig
+++ b/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\""