projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
base-files-network
/
files
/
lib
/
network
/
config.sh
diff --git
a/package/base-files-network/files/lib/network/config.sh
b/package/base-files-network/files/lib/network/config.sh
index
a58ab1e
..
5e8b059
100755
(executable)
--- a/
package/base-files-network/files/lib/network/config.sh
+++ b/
package/base-files-network/files/lib/network/config.sh
@@
-3,6
+3,8
@@
# DEBUG="echo"
+. /lib/functions/service.sh
+
do_sysctl() {
[ -n "$2" ] && \
sysctl -n -e -w "$1=$2" >/dev/null || \
This page took
0.02595 seconds
and
4
git commands to generate.