summaryrefslogtreecommitdiff
path: root/package/network/services/ppp/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-21 15:54:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-21 15:54:52 +0000
commit0945555e147c139351650061a950aecf3100deb2 (patch)
tree7b5dc52a21fac9d310e7e952a85cdf8d09a82834 /package/network/services/ppp/Makefile
parent4621a855b2e35f14ee3310052fffe100203c301d (diff)
downloadmtk-20170518-0945555e147c139351650061a950aecf3100deb2.zip
mtk-20170518-0945555e147c139351650061a950aecf3100deb2.tar.gz
mtk-20170518-0945555e147c139351650061a950aecf3100deb2.tar.bz2
ppp: remove ppp requirement from chat
This patch removes dependancy of PPP from chat application as chat application can be used for other serial communication as well that is not dependant on PPP and therefore one should be able to install chat without PPP. There also are no dependencies within chat application for PPP. Signed-off-by: Oskari Rauta <oskari.rauta at gmail.com> SVN-Revision: 39992
Diffstat (limited to 'package/network/services/ppp/Makefile')
-rw-r--r--package/network/services/ppp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index d4aab38..9bf9616 100644
--- a/package/network/services/ppp/Makefile
+++ b/package/network/services/ppp/Makefile
@@ -119,7 +119,6 @@ endef
define Package/chat
$(call Package/ppp/Default)
- DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink)
TITLE:=Establish conversation with a modem
endef