net/freeswitch-stable: remove old warning 460/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 2 Oct 2019 19:03:25 +0000 (21:03 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 2 Oct 2019 19:03:27 +0000 (21:03 +0200)
This warning is not relevant anymore.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile

index c145bd2f6e69a8deccf60cc0fff34ca4bc36a43b..9a5862fc172b8f054a13b1ec9259a416a27412d4 100644 (file)
@@ -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