projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db948ca
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 19 Aug 2006 14:45:14 +0000
(14:45 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 19 Aug 2006 14:45:14 +0000
(14:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4608
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/lib/network/config.sh
patch
|
blob
|
history
diff --git
a/package/base-files/default/lib/network/config.sh
b/package/base-files/default/lib/network/config.sh
index
163e42e
..
690d799
100755
(executable)
--- a/
package/base-files/default/lib/network/config.sh
+++ b/
package/base-files/default/lib/network/config.sh
@@
-14,7
+14,7
@@
find_config() {
;;
esac
config_get device "$ifn" device
- for ifc in ${device:-iface}; do
+ for ifc in ${device:-
$
iface}; do
[ "$ifc" = "$1" ] && {
echo "$ifn"
return 0