mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-07 01:10:42 +01:00
fix typo
SVN-Revision: 4608
This commit is contained in:
parent
109039c248
commit
f070135a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue