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 | 94b38ec0fd82f35b05570154559dc71f4d828aaf (patch) | |
tree | 71f95c87a07619e5e936be06e144fce18edfaecd /package/ppp | |
parent | 4c693d4929b4c69489caed5fbc9d663225ddc62a (diff) | |
download | upstream-94b38ec0fd82f35b05570154559dc71f4d828aaf.tar.gz upstream-94b38ec0fd82f35b05570154559dc71f4d828aaf.tar.bz2 upstream-94b38ec0fd82f35b05570154559dc71f4d828aaf.zip |
enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31730 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index b60ae7cb68..b2be2d89ca 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -19,6 +19,7 @@ PKG_MD5SUM:=4621bc56167b6953ec4071043fe0ec57 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libpcap +PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_netifd PKG_INSTALL:=1 |