mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
enable mknod by default (#490) - some drivers don't register with devfs properly
SVN-Revision: 4627
This commit is contained in:
parent
ed2ab12d43
commit
9fb5099a41
@ -419,7 +419,7 @@ config BUSYBOX_CONFIG_MKFIFO
|
|||||||
|
|
||||||
config BUSYBOX_CONFIG_MKNOD
|
config BUSYBOX_CONFIG_MKNOD
|
||||||
bool "mknod"
|
bool "mknod"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
mknod is used to create FIFOs or block/character special
|
mknod is used to create FIFOs or block/character special
|
||||||
files with the specified names.
|
files with the specified names.
|
||||||
|
Loading…
Reference in New Issue
Block a user