mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
default value for *_device in scan_interfaces
SVN-Revision: 4652
This commit is contained in:
parent
6af62b8afc
commit
e23ea22b7a
@ -30,6 +30,9 @@ scan_interfaces() {
|
||||
config_get proto "$CONFIG_SECTION" proto
|
||||
append interfaces "$CONFIG_SECTION"
|
||||
( type "scan_$proto" ) >/dev/null 2>/dev/null && eval "scan_$proto '$CONFIG_SECTION'"
|
||||
config_get ifname "$CONFIG_SECTION" ifname
|
||||
config_get device "$CONFIG_SECTION" device
|
||||
config_set "$CONFIG_SECTION" device "${device:-$ifname}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user