Unix domain socket support is no longer EXPERIMENTAL
This commit is contained in:
parent
58287048e2
commit
508f8aefa6
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Build Setup
|
||||
#
|
||||
CONFIG_EXPERIMENTAL=y
|
||||
# CONFIG_EXPERIMENTAL is not set
|
||||
# CONFIG_DEFAULT_SMALL is not set
|
||||
CONFIG_HOST_LINUX=y
|
||||
# CONFIG_HOST_OSX is not set
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
menu "Unix Domain Socket Support"
|
||||
depends on NET && EXPERIMENTAL
|
||||
depends on NET
|
||||
|
||||
config NET_LOCAL
|
||||
bool "Unix domain (local) sockets"
|
||||
|
|
Loading…
Reference in New Issue