projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7834162
)
restructure broke 1.1 support; fixed
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 May 2004 17:07:56 +0000
(17:07 +0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 May 2004 17:07:56 +0000
(17:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
root/etc/functions.sh
patch
|
blob
|
history
diff --git
a/root/etc/functions.sh
b/root/etc/functions.sh
index
1cf97e3
..
4e96ad7
100755
(executable)
--- a/
root/etc/functions.sh
+++ b/
root/etc/functions.sh
@@
-1,7
+1,5
@@
#!/bin/sh
#!/bin/sh
-. /etc/nvram.overrides
-
debug () {
[ -z "$DEBUG" ] || echo $1
}
debug () {
[ -z "$DEBUG" ] || echo $1
}
@@
-10,6
+8,7
@@
debug () {
nvram_get () {
eval "echo \${$1:-\$(nvram get $1)}"
}
nvram_get () {
eval "echo \${$1:-\$(nvram get $1)}"
}
+. /etc/nvram.overrides
# valid interface?
if_valid () (
# valid interface?
if_valid () (
This page took
0.022797 seconds
and
4
git commands to generate.