summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-22 23:32:24 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-22 23:32:24 +0000
commit345734ecabe743e42c808f93cc3cee5554efa9ea (patch)
tree1bb375485f69b39aeb655214b7a7de6ede79fe76 /package
parent937629f197a55bb01b1bcf74e52c5cf38bd3f65d (diff)
remove linux-atm from ppp build deps - the internal version seems to be working
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8964 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index 98719635d..ee58f72e4 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