From: Mike Baker Date: Sat, 8 May 2004 17:07:56 +0000 (+0000) Subject: restructure broke 1.1 support; fixed X-Git-Tag: reboot~33685 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f70e91170a9856249d837d8ed983e6a79e3852f4;p=oweals%2Fopenwrt.git restructure broke 1.1 support; fixed SVN-Revision: 20 --- diff --git a/root/etc/functions.sh b/root/etc/functions.sh index 1cf97e380a..4e96ad77ca 100755 --- a/root/etc/functions.sh +++ b/root/etc/functions.sh @@ -1,7 +1,5 @@ #!/bin/sh -. /etc/nvram.overrides - debug () { [ -z "$DEBUG" ] || echo $1 } @@ -10,6 +8,7 @@ debug () { nvram_get () { eval "echo \${$1:-\$(nvram get $1)}" } +. /etc/nvram.overrides # valid interface? if_valid () (