From: Sebastian Kemper Date: Wed, 2 Oct 2019 19:03:25 +0000 (+0200) Subject: net/freeswitch-stable: remove old warning X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=418cd882ed871bcd78d71aad1bb1b0698c83acee;p=feed%2Ftelephony.git net/freeswitch-stable: remove old warning This warning is not relevant anymore. Signed-off-by: Sebastian Kemper --- diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index c145bd2..9a5862f 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -437,17 +437,6 @@ if [ -z "$${IPKG_INSTROOT}" ]; then echo "| https://openwrt.org/docs/guide-user/services/voip/freeswitch |" echo "o-------------------------------------------------------------=^_^=-o" echo - [ -f /etc/hotplug.d/iface/99-freeswitch ] && { - echo "o-------------------------------------------------------------------o" - echo "| WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING |" - echo "o-------------------------------------------------------------------o" - echo "| Please remove freeswitch-stable-misc-hotplug. The hotplug script |" - echo "| is now part of the main freeswitch-stable package. Please run: |" - echo "| |" - echo "| opkg remove freeswitch-stable-misc-hotplug |" - echo "o-------------------------------------------------------------=^_^=-o" - echo - } fi exit 0 endef