From: Sebastian Kemper Date: Tue, 16 Jan 2018 18:29:48 +0000 (+0100) Subject: asterisk-11.x: add end-of-life warning X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?a=commitdiff_plain;h=2f3d302845420b692ae6eb7647ca737142ee3d77;p=feed%2Ftelephony.git asterisk-11.x: add end-of-life warning Signed-off-by: Sebastian Kemper --- diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index 064a47a..28220e9 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk11 PKG_VERSION:=11.22.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/ @@ -146,6 +146,20 @@ $(foreach m,$(AST_EMB_MODULES),$(call Package/asterisk11/install/module,$(1),$(m $(INSTALL_BIN) ./files/asterisk.init $(1)/etc/init.d/asterisk endef +define Package/$(PKG_NAME)/postinst +#!/bin/sh +if [ -z "$${IPKG_INSTROOT}" ]; then + echo + echo "o-------------------------------------------------------------------o" + echo "| Asterisk 11 WARNING |" + echo "o-------------------------------------------------------------------o" + echo "| Asterisk 11 is end-of-life. You should upgrade to Asterisk 13. |" + echo "o-------------------------------------------------------------=^_^=-o" + echo +fi +exit 0 +endef + define Package/asterisk11-sounds $(call Package/asterisk11/Default) TITLE:=Sounds support