1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 15:24:10 +03:00
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4608 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-08-19 14:45:14 +00:00
parent f3e536a67f
commit 15651c68cf

View File

@ -14,7 +14,7 @@ find_config() {
;; ;;
esac esac
config_get device "$ifn" device config_get device "$ifn" device
for ifc in ${device:-iface}; do for ifc in ${device:-$iface}; do
[ "$ifc" = "$1" ] && { [ "$ifc" = "$1" ] && {
echo "$ifn" echo "$ifn"
return 0 return 0