projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a4c84e4
)
disable ppp filter support by default (adds unnecessary bloat by requiring libpcap)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Feb 2006 18:33:00 +0000
(18:33 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Feb 2006 18:33:00 +0000
(18:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3227
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ppp/Config.in
patch
|
blob
|
history
diff --git
a/package/ppp/Config.in
b/package/ppp/Config.in
index
1880200
..
0dda3cc
100644
(file)
--- a/
package/ppp/Config.in
+++ b/
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
This page took
0.022283 seconds
and
4
git commands to generate.