freeswitch-stable: remove warning
authorSebastian Kemper <sebastian_ml@gmx.net>
Fri, 29 Nov 2019 19:37:39 +0000 (20:37 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Fri, 29 Nov 2019 19:37:41 +0000 (20:37 +0100)
The warning can be removed, as 19.07 is not affected.

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

index b8171c27960d2f6a4b166aa0bd39cff98df98bba..2fbbb85ceb3a336beba5ce141a6f7bc2fafb6bb7 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