apps/ustream and udgram: Change default FIFO path to /dev/fifo
This commit is contained in:
parent
dcce1649e3
commit
ac103febad
@ -1988,7 +1988,7 @@ examples/ustream
|
|||||||
Configuration:
|
Configuration:
|
||||||
CONFIG_EXAMPLES_UDGRAM - Enables the Unix domain socket example.
|
CONFIG_EXAMPLES_UDGRAM - Enables the Unix domain socket example.
|
||||||
CONFIG_EXAMPLES_UDGRAM_ADDR - Specifics the Unix domain address.
|
CONFIG_EXAMPLES_UDGRAM_ADDR - Specifics the Unix domain address.
|
||||||
Default "/var/fifo/fifo".
|
Default "/dev/fifo".
|
||||||
|
|
||||||
examples/ustream
|
examples/ustream
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
@ -2002,7 +2002,7 @@ examples/ustream
|
|||||||
Configuration:
|
Configuration:
|
||||||
CONFIG_EXAMPLES_USTREAM - Enables the Unix domain socket example.
|
CONFIG_EXAMPLES_USTREAM - Enables the Unix domain socket example.
|
||||||
CONFIG_EXAMPLES_USTREAM_ADDR - Specifics the Unix domain address.
|
CONFIG_EXAMPLES_USTREAM_ADDR - Specifics the Unix domain address.
|
||||||
Default "/var/fifo/fifo".
|
Default "/dev/fifo".
|
||||||
|
|
||||||
examples/watchdog
|
examples/watchdog
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
@ -14,7 +14,7 @@ if EXAMPLES_UDGRAM
|
|||||||
|
|
||||||
config EXAMPLES_UDGRAM_ADDR
|
config EXAMPLES_UDGRAM_ADDR
|
||||||
string "Unix domain address"
|
string "Unix domain address"
|
||||||
default "/var/fifo/fifo"
|
default "/dev/fifo"
|
||||||
|
|
||||||
config EXAMPLES_UDGRAM_SERVER_APPNAME
|
config EXAMPLES_UDGRAM_SERVER_APPNAME
|
||||||
string "Server executable name"
|
string "Server executable name"
|
||||||
|
@ -14,6 +14,6 @@ if EXAMPLES_USTREAM
|
|||||||
|
|
||||||
config EXAMPLES_USTREAM_ADDR
|
config EXAMPLES_USTREAM_ADDR
|
||||||
string "Unix domain address"
|
string "Unix domain address"
|
||||||
default "/var/fifo/fifo"
|
default "/dev/fifo"
|
||||||
|
|
||||||
endif # EXAMPLES_USTREAM
|
endif # EXAMPLES_USTREAM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user