projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[uboot-lantiq] adds ARV4519PW/ARV7519PW
[openwrt.git]
/
package
/
netifd
/
files
/
lib
/
network
/
config.sh
diff --git
a/package/netifd/files/lib/network/config.sh
b/package/netifd/files/lib/network/config.sh
index
8b91f96
..
8fa9b1a
100755
(executable)
--- a/
package/netifd/files/lib/network/config.sh
+++ b/
package/netifd/files/lib/network/config.sh
@@
-10,7
+10,8
@@
find_config() {
(
json_load "$(ifstatus $interface)"
json_get_var ifdev device
- if [[ "$device" = "$ifdev" ]]; then
+ json_get_var ifl3dev l3_device
+ if [[ "$device" = "$ifdev" ]] || [[ "$device" = "$ifl3dev" ]]; then
echo "$interface"
exit 0
else
This page took
0.019327 seconds
and
4
git commands to generate.