From d0e00041e6369abb4e924df4a1af02284fcd1c9f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 28 Jan 2015 13:22:53 -0600 Subject: [PATCH] Unix domain socket support is no longer EXPERIMENTAL --- configs/sim/ustream/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sim/ustream/defconfig b/configs/sim/ustream/defconfig index 4995c606995..93504337617 100644 --- a/configs/sim/ustream/defconfig +++ b/configs/sim/ustream/defconfig @@ -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