diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 23:33:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 23:33:35 +0000 |
commit | 5eed1d8f6b6228d738f25de528f005d7716e6d9d (patch) | |
tree | 0eb94160ace4bccf86dc7abef54263494d8d2d5b /package/pptp | |
parent | a6e7b3cffeaf69fbb0f9fb20f102849dca9d1340 (diff) | |
download | upstream-5eed1d8f6b6228d738f25de528f005d7716e6d9d.tar.gz upstream-5eed1d8f6b6228d738f25de528f005d7716e6d9d.tar.bz2 upstream-5eed1d8f6b6228d738f25de528f005d7716e6d9d.zip |
enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places
SVN-Revision: 31730
Diffstat (limited to 'package/pptp')
-rw-r--r-- | package/pptp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index 47ed07fa5c..c39ccb3c80 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/pptpclient PKG_MD5SUM:=b47735ba5d6d37dfdbccb85afc044ede +PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_netifd + include $(INCLUDE_DIR)/package.mk define Package/pptp |