From: Florian Fainelli Date: Fri, 3 Nov 2006 13:46:21 +0000 (+0000) Subject: Revert [5418] change since it does not make sense, sorry :/ X-Git-Tag: whiterussian_rc6~17 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=13f97da0ace6c22f79f364d5e4048eb53edc0f01;p=openwrt%2Fsvn-archive%2Fopenwrt.git Revert [5418] change since it does not make sense, sorry :/ SVN-Revision: 5419 --- diff --git a/openwrt/package/base-files/default/etc/init.d/S05nvram b/openwrt/package/base-files/default/etc/init.d/S05nvram index 8be8cb029f..5f3a9db392 100755 --- a/openwrt/package/base-files/default/etc/init.d/S05nvram +++ b/openwrt/package/base-files/default/etc/init.d/S05nvram @@ -173,10 +173,7 @@ nvram_default lan_proto static } # hack for some motorola routers -[ "$boardnum" != "00" ] && nvram unset wl0gpio0 - -# buffalo routers use gpio0 for the aoss input button -[ "$boardnum" = "00" ] && nvram set wl0gpio0=0 +nvram unset wl0gpio0 # defaults, can be overridden by hardware-specific nvram_default commands nvram_default lan_ifname "br0"