projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e0052
)
disable ppp filter support by default (adds unnecessary bloat by requiring libpcap)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Feb 2006 18:33:00 +0000
(18:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Feb 2006 18:33:00 +0000
(18:33 +0000)
SVN-Revision: 3227
openwrt/package/ppp/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/ppp/Config.in
b/openwrt/package/ppp/Config.in
index 188020035669dde6c210023736a00ff383504812..0dda3cc83f61e2c210a1759a0d13ac60af1fb405 100644
(file)
--- a/
openwrt/package/ppp/Config.in
+++ b/
openwrt/package/ppp/Config.in
@@
-10,7
+10,7
@@
config BR2_PACKAGE_PPP
config BR2_PACKAGE_PPP_WITH_FILTER
prompt "Enable filter support"
bool
- default
y
+ default
n
depends BR2_PACKAGE_LIBPCAP
config BR2_PACKAGE_PPP_MOD_PPPOA