X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/fd2ae84776684707c93853355e719f373c1c6189..ae7dab366c205a5358f66ba0d3d678566ccc3f29:/package/ppp/Makefile diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 1542a8b5d..0139eb051 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ppp PKG_VERSION:=2.4.3 PKG_RELEASE:=7 +PKG_BUILDDEP:=libpcap PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -19,7 +20,6 @@ include $(TOPDIR)/package/rules.mk define Package/ppp SECTION:=net CATEGORY:=Network - NEEDS:=libpcap MENU:=1 DEFAULT:=y TITLE:=PPP daemon