aboutsummaryrefslogtreecommitdiffstats
path: root/package/comgt/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-14 23:33:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-14 23:33:35 +0000
commit94b38ec0fd82f35b05570154559dc71f4d828aaf (patch)
tree71f95c87a07619e5e936be06e144fce18edfaecd /package/comgt/Makefile
parent4c693d4929b4c69489caed5fbc9d663225ddc62a (diff)
downloadupstream-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/comgt/Makefile')
-rw-r--r--package/comgt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/comgt/Makefile b/package/comgt/Makefile
index f2a6966e9b..2839d2032e 100644
--- a/package/comgt/Makefile
+++ b/package/comgt/Makefile
@@ -17,8 +17,8 @@ PKG_MD5SUM:=db2452680c3d953631299e331daf49ef
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
-PKG_CONFIG_DEPENDS:=CONFIG_USE_NETIFD
-COMGT_VARIANT:=$(if $(CONFIG_USE_NETIFD),netifd,old)
+PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_netifd
+COMGT_VARIANT:=$(if $(CONFIG_PACKAGE_netifd),netifd,old)
FILES_DIR:=./files-$(COMGT_VARIANT)
include $(INCLUDE_DIR)/package.mk