From 207309490d374cbb4732adc7ce1f0b555c4554ca Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 16 Oct 2006 22:31:51 +0000 Subject: [PATCH] Add wrtsl54gs nvram specifix fixes (#782) SVN-Revision: 5169 --- openwrt/package/base-files/default/etc/init.d/S05nvram | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openwrt/package/base-files/default/etc/init.d/S05nvram b/openwrt/package/base-files/default/etc/init.d/S05nvram index 1e159dec55..88b98aa379 100755 --- a/openwrt/package/base-files/default/etc/init.d/S05nvram +++ b/openwrt/package/base-files/default/etc/init.d/S05nvram @@ -158,6 +158,10 @@ nvram_default lan_proto static nvram_default vlan0ports "0 1 2 3 5u" nvram_default vlan1hwname "et0" nvram_default vlan1ports "4 5" + nvram_default lan_proto "static" + nvram_default lan_ifnames "eth0 eth2" + nvram_default wan_ifname "eth1" + nvram_default wan_device "eth1" } # needed at least for wrt54gs v1.1 and wrt54g v2.0, v2.2 -- 2.30.2