mirror of
https://github.com/openwrt/luci.git
synced 2025-12-24 08:28:23 +04:00
luci-mod-network: remove old netifd version check which needs opkg
master and 24 use much newer versions. This will prevent a read error on the non-existent control file when the system uses apk. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"/proc/sys/net/ipv6/conf/*/mtu": [ "read" ],
|
||||
"/proc/sys/net/ipv6/conf/*/hop_limit": [ "read" ],
|
||||
"/usr/libexec/luci-peeraddr": [ "exec" ],
|
||||
"/usr/lib/opkg/info/netifd.control": [ "read" ],
|
||||
"/proc/sys/net/ipv[46]/conf/*": [ "read" ],
|
||||
"/sys/class/net/*/brport/*": [ "read" ]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user