summaryrefslogtreecommitdiffstats
path: root/package/ppp
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-22 23:32:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-22 23:32:24 +0000
commit12a7f0f292e9a1fe4dafd37b158a62dbd9386fd0 (patch)
tree4cb9eb0e0345e8de74118289ae0c9aa5229309c3 /package/ppp
parentfec4d9ee3c383cc0deaeeeaabcf5f8ebc40600ba (diff)
downloadmaster-31e0f0ae-12a7f0f292e9a1fe4dafd37b158a62dbd9386fd0.tar.gz
master-31e0f0ae-12a7f0f292e9a1fe4dafd37b158a62dbd9386fd0.tar.bz2
master-31e0f0ae-12a7f0f292e9a1fe4dafd37b158a62dbd9386fd0.zip
remove linux-atm from ppp build deps - the internal version seems to be working
SVN-Revision: 8964
Diffstat (limited to 'package/ppp')
-rw-r--r--package/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index 98719635d0..ee58f72e47 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/
PKG_MD5SUM:=848f6c3cafeb6074ffeb293c3af79b7c
-PKG_BUILD_DEPENDS:=libpcap linux-atm
+PKG_BUILD_DEPENDS:=libpcap
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk