projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f61ce
)
oops, if -> type
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 Apr 2004 04:41:19 +0000
(
04:41
+0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 Apr 2004 04:41:19 +0000
(
04:41
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
root/etc/networking.sh
patch
|
blob
|
history
diff --git
a/root/etc/networking.sh
b/root/etc/networking.sh
index
6eb967b
..
74e0023
100755
(executable)
--- a/
root/etc/networking.sh
+++ b/
root/etc/networking.sh
@@
-90,7
+90,7
@@
configure () {
[ -f /etc/resolv.conf ] && return
echo "# --- creating /etc/resolv.conf ---"
- for dns in $(nvram_get ${
if
}_dns); do {
+ for dns in $(nvram_get ${
type
}_dns); do {
echo "nameserver $dns" >> /etc/resolv.conf
}; done
;;
This page took
0.025368 seconds
and
4
git commands to generate.