From 25f1b6493463ea72b7c2295e0b20860e540d6e41 Mon Sep 17 00:00:00 2001
From: Christof Schulze <christof.schulze@gmx.net>
Date: Sat, 11 Feb 2017 22:25:47 +0100
Subject: [PATCH] gluon-radvd: remove netdev from initscript

uradvd will tolerate devices appearing and disappearing during runtime.
---
 package/gluon-radvd/files/etc/init.d/gluon-radvd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/gluon-radvd/files/etc/init.d/gluon-radvd b/package/gluon-radvd/files/etc/init.d/gluon-radvd
index 4f80a84a0..788d61b96 100755
--- a/package/gluon-radvd/files/etc/init.d/gluon-radvd
+++ b/package/gluon-radvd/files/etc/init.d/gluon-radvd
@@ -8,7 +8,6 @@ start_service() {
     procd_open_instance
     procd_set_param command /usr/sbin/uradvd $(/lib/gluon/radvd/arguments)
     procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
-    procd_set_param netdev br-client
     procd_set_param stderr 1
     procd_close_instance
   }
-- 
GitLab