summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormicmac12019-10-02 19:05:14 +0000
committerGitHub2019-10-02 19:05:14 +0000
commit22350c882734563ba7b1061b69735d2ba74e7b46 (patch)
tree5df4c0d5e6abd0a8cd65ea2e030fcd3c599db0f1
parentd9625b5baafab1974d36eda59ca75763b73db34a (diff)
parent418cd882ed871bcd78d71aad1bb1b0698c83acee (diff)
downloadtelephony-22350c882734563ba7b1061b69735d2ba74e7b46.tar.gz
Merge pull request #460 from micmac1/fs-remove-comment
net/freeswitch-stable: remove old warning
-rw-r--r--net/freeswitch-stable/Makefile11
1 files changed, 0 insertions, 11 deletions
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