Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
380ddbbd
Commit
380ddbbd
authored
Jan 01, 2003
by
Tomas Szepe
Committed by
Linus Torvalds
Jan 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Bring the "Networking support" menu to life
parent
38c4aa12
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
16 deletions
+21
-16
init/Kconfig
init/Kconfig
+0
-16
net/Kconfig
net/Kconfig
+21
-0
No files found.
init/Kconfig
View file @
380ddbbd
...
@@ -37,22 +37,6 @@ endmenu
...
@@ -37,22 +37,6 @@ endmenu
menu "General setup"
menu "General setup"
config NET
bool "Networking support"
---help---
Unless you really know what you are doing, you should say Y here.
The reason is that some programs need kernel networking support even
when running on a stand-alone machine that isn't connected to any
other computer. If you are upgrading from an older kernel, you
should consider updating your networking tools too because changes
in the kernel and the tools often go hand in hand. The tools are
contained in the package net-tools, the location and version number
of which are given in <file:Documentation/Changes>.
For a general introduction to Linux networking, it is highly
recommended to read the NET-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>.
config SYSVIPC
config SYSVIPC
bool "System V IPC"
bool "System V IPC"
---help---
---help---
...
...
net/Kconfig
View file @
380ddbbd
...
@@ -2,6 +2,24 @@
...
@@ -2,6 +2,24 @@
# Network configuration
# Network configuration
#
#
menu "Networking support"
config NET
bool "Networking support"
---help---
Unless you really know what you are doing, you should say Y here.
The reason is that some programs need kernel networking support even
when running on a stand-alone machine that isn't connected to any
other computer. If you are upgrading from an older kernel, you
should consider updating your networking tools too because changes
in the kernel and the tools often go hand in hand. The tools are
contained in the package net-tools, the location and version number
of which are given in <file:Documentation/Changes>.
For a general introduction to Linux networking, it is highly
recommended to read the NET-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>.
menu "Networking options"
menu "Networking options"
depends on NET
depends on NET
...
@@ -652,3 +670,6 @@ endmenu
...
@@ -652,3 +670,6 @@ endmenu
endmenu
endmenu
source "drivers/net/Kconfig"
endmenu
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment