Merge pull request #460 from micmac1/fs-remove-comment

net/freeswitch-stable: remove old warning
This commit is contained in:
micmac1 2019-10-02 21:05:14 +02:00 committed by GitHub
commit 22350c8827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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