mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
fix bogus "interface not found" errors in ifup -a (#1580)
SVN-Revision: 6949
This commit is contained in:
parent
45c2fcdbf5
commit
6d47d3ae11
@ -5,7 +5,7 @@
|
||||
[ $# = 0 ] && { echo " $0 <group>"; exit; }
|
||||
[ "x$1" = "x-a" ] && {
|
||||
config_cb() {
|
||||
[ -z "$2" ] || eval "$0 $2"
|
||||
[ interface != "$1" -o -z "$2" ] || eval "$0 $2"
|
||||
}
|
||||
config_load network
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user