From patchwork Wed Oct 17 16:36:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Alternative,v2,6/7] root_file_system: Remove sysctl.conf From: Fabian Blaese X-Patchwork-Id: 935 Message-Id: <20181017163615.9248-6-fabian@blaese.de> To: franken-dev@freifunk.net Cc: Adrian Schmutzler Date: Wed, 17 Oct 2018 18:36:14 +0200 From: Adrian Schmutzler OpenWRT changed their structure to use sysctl.d subfiles. The default sysctl.conf is empty and kernel.panic=3 is defined elsewhere. Thus, we do not need sysctl.conf anymore. Signed-off-by: Adrian Schmutzler Reviewed-by: Tim Niemeyer --- bsp/default/root_file_system/etc/sysctl.conf | 1 - 1 file changed, 1 deletion(-) delete mode 100644 bsp/default/root_file_system/etc/sysctl.conf diff --git a/bsp/default/root_file_system/etc/sysctl.conf b/bsp/default/root_file_system/etc/sysctl.conf deleted file mode 100644 index 34ce708..0000000 --- a/bsp/default/root_file_system/etc/sysctl.conf +++ /dev/null @@ -1 +0,0 @@ -kernel.panic=3