From 14675df5c47c4f34b5e76e2edf698fb8f06ee72c Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 27 Feb 2012 23:37:46 +0000
Subject: [PATCH] netifd: add missing do_sysctl function

SVN-Revision: 30749
---
 package/netifd/files/lib/network/config.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/netifd/files/lib/network/config.sh b/package/netifd/files/lib/network/config.sh
index ab3efe8c00..129cb66622 100755
--- a/package/netifd/files/lib/network/config.sh
+++ b/package/netifd/files/lib/network/config.sh
@@ -57,3 +57,8 @@ setup_interface() {
 	ubus call network.interface."$config" add_device "{ \"name\": \"$iface\" }"
 }
 
+do_sysctl() {
+	[ -n "$2" ] && \
+		sysctl -n -e -w "$1=$2" >/dev/null || \
+		sysctl -n -e "$1"
+}
-- 
2.30.2