enable mknod by default (#490) - some drivers don't register with devfs properly

SVN-Revision: 4627
lede-17.01
Felix Fietkau 2006-08-22 12:19:18 +00:00
parent ed2ab12d43
commit 9fb5099a41
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ config BUSYBOX_CONFIG_MKFIFO
config BUSYBOX_CONFIG_MKNOD
bool "mknod"
default n
default y
help
mknod is used to create FIFOs or block/character special
files with the specified names.