From 691a17ca17800dd0a75e567fc362d060fa86b479 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 5 Feb 2006 20:18:24 +0000 Subject: 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 --- openwrt/package/ppp/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openwrt/package/ppp/Config.in') 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 -- cgit v1.2.3