From 05aa35194e9005afb7a46585a15d12546d520a6f Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 3 Mar 2016 13:43:35 +0000 Subject: [PATCH] mosquitto: Include viable stub config file This should always have been available in the mosquitto package itself. This file needs to exist in basic form to allow the init scripts to even check whether it exists. Signed-off-by: Karl Palsson --- net/mosquitto/files/etc/config/mosquitto | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 net/mosquitto/files/etc/config/mosquitto diff --git a/net/mosquitto/files/etc/config/mosquitto b/net/mosquitto/files/etc/config/mosquitto new file mode 100644 index 0000000000..fc7544c690 --- /dev/null +++ b/net/mosquitto/files/etc/config/mosquitto @@ -0,0 +1,4 @@ +config owrt owrt + option use_uci 0 + +config mosquitto mosquitto -- 2.30.2