freeswitch-stable: remove warning
The warning can be removed, as 19.07 is not affected. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
821bcb7c58
commit
fddfcd6b9e
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue