aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-15 23:13:49 +0000
committerMike Baker <mbm@openwrt.org>2006-05-15 23:13:49 +0000
commitad146e3f653935bd097ad35c49fa06c04c98de66 (patch)
treef11ba4849748d53352f8aefe4fa55851b53abe47 /package/ppp/Makefile
parent9c4efccaecf8635ff440188cc5f5e81a553c29c9 (diff)
downloadmaster-187ad058-ad146e3f653935bd097ad35c49fa06c04c98de66.tar.gz
master-187ad058-ad146e3f653935bd097ad35c49fa06c04c98de66.tar.bz2
master-187ad058-ad146e3f653935bd097ad35c49fa06c04c98de66.zip
more BR2_ / CONFIG_ patches
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3784 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r--package/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index e63fa4cf50..92aba9a57d 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -40,7 +40,7 @@ $(eval $(call PKG_mod_template,PPP_MOD_PPPOE,rp-pppoe))
$(eval $(call PKG_mod_template,PPP_MOD_RADIUS,radius))
PKG_DEPEND:="kmod-ppp"
-ifeq ($(BR2_PACKAGE_PPP_WITH_FILTER),y)
+ifeq ($(CONFIG_PACKAGE_PPP_WITH_FILTER),y)
ENABLE_FILTER:="PRECOMPILED_FILTER=1"
endif
@@ -84,7 +84,7 @@ $(PKG_BUILD_DIR)/.built:
all install
touch $@
-ifeq ($(BR2_PACKAGE_PPP_WITH_FILTER),y)
+ifeq ($(CONFIG_PACKAGE_PPP_WITH_FILTER),y)
INSTALL_FILTER=install -m0644 ./files/etc/ppp/filter $(IDIR_PPP)/etc/ppp/
endif