projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
995b337
)
ipv4: make default for INET_LRO consistent with help text
author
Frans Pop
<
[email protected]
>
Tue, 19 May 2009 04:48:38 +0000
(21:48 -0700)
committer
David S. Miller
<
[email protected]
>
Tue, 19 May 2009 04:48:38 +0000
(21:48 -0700)
Commit
e81963b1
("ipv4: Make INET_LRO a bool instead of tristate.")
changed this config from tristate to bool. Add default so that it is
consistent with the help text.
Signed-off-by: Frans Pop <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/ipv4/Kconfig
patch
|
blob
|
history
diff --git
a/net/ipv4/Kconfig
b/net/ipv4/Kconfig
index 9d26a3da37e5696dfaf385bb0a4474dda239ff14..5b919f7b45db4db2e263ed7a43f82e2ed9a382af 100644
(file)
--- a/
net/ipv4/Kconfig
+++ b/
net/ipv4/Kconfig
@@
-408,7
+408,7
@@
config INET_XFRM_MODE_BEET
config INET_LRO
bool "Large Receive Offload (ipv4/tcp)"
-
+ default y
---help---
Support for Large Receive Offload (ipv4/tcp).