From 53a4f6b93baa33ee7f2eb4f41e0a3792f22a450b Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Tue, 2 Dec 2014 06:37:39 +0100 Subject: [PATCH] miniupnpd: fix error message during shutdown During shutdown, miniupnpd is stopped after network. Because of this, miniupnpd is unable to broadcast good-bye notifications, and displays an error message. Stop miniupnpd before netifd to solve this. Signed-off-by: Stijn Tintel --- miniupnpd/files/miniupnpd.init | 1 + 1 file changed, 1 insertion(+) diff --git a/miniupnpd/files/miniupnpd.init b/miniupnpd/files/miniupnpd.init index f8a66fd..9ac6de2 100644 --- a/miniupnpd/files/miniupnpd.init +++ b/miniupnpd/files/miniupnpd.init @@ -2,6 +2,7 @@ # Copyright (C) 2006-2011 OpenWrt.org START=95 +STOP=15 SERVICE_USE_PID=1 -- 2.35.1