aboutsummaryrefslogtreecommitdiffstats
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
commit8fe5646e4f5ff5c14c58a5167f820d65fe07e7c6 (patch)
tree61fe6ed97df6f8595747868348786681af97ae6b
parent0cf9f468c011ee551c4fa42b5792148cde2dcb95 (diff)
downloadupstream-8fe5646e4f5ff5c14c58a5167f820d65fe07e7c6.tar.gz
upstream-8fe5646e4f5ff5c14c58a5167f820d65fe07e7c6.tar.bz2
upstream-8fe5646e4f5ff5c14c58a5167f820d65fe07e7c6.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39992 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 d4aab3831f..9bf96165af 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