projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo
[openwrt.git]
/
package
/
base-files
/
default
/
lib
/
network
/
config.sh
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
This page took
0.018077 seconds
and
4
git commands to generate.