summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ppp/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-05 20:18:24 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-05 20:18:24 +0000
commit691a17ca17800dd0a75e567fc362d060fa86b479 (patch)
treeea8796767f097c586129db14d16b46f835cc3d3c /openwrt/package/ppp/Config.in
parent732d131e00881a90ba7ab77df04320cd7f6f8279 (diff)
Updated ppp to be compiled with PPP filtering options as it was introduced with the newest libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3147 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp/Config.in')
-rw-r--r--openwrt/package/ppp/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in
index d97c34220..3ac149802 100644
--- a/openwrt/package/ppp/Config.in
+++ b/openwrt/package/ppp/Config.in
@@ -6,6 +6,12 @@ config BR2_PACKAGE_PPP
default y
select BR2_PACKAGE_KMOD_PPP
+config BR2_PACKAGE_PPP_WITH_FILTER
+ prompt "Enable filter support"
+ bool
+ default y
+ depends BR2_PACKAGE_LIBPCAP
+
config BR2_PACKAGE_PPP_MOD_PPPOA
prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
tristate