From 3f309c015ef0ff626a6ac7d7fdcad761cfba57bf Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 11 Jun 2013 14:11:18 +0000 Subject: AA: base-files: backport r36920 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36921 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/init.d/boot | 7 ------- 1 file changed, 7 deletions(-) (limited to 'package/base-files/files/etc/init.d/boot') diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 1895f93adf..43837a80f2 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -95,13 +95,6 @@ start() { rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline) [ -n "$rootdev" ] && ln -s "$rootdev" /dev/root } - - # early sysctl to avoid networking races - if [ -d /proc/sys/net/ipv6/conf ]; then - for i in /proc/sys/net/ipv6/conf/*/accept_ra; do - echo 0 > $i - done - fi } stop() { -- cgit v1.2.3