enable mknod by default (#490) - some drivers don't register with devfs properly
[openwrt.git] / package / busybox / config / coreutils / Config.in
index 6aaee5e..3487fc7 100644 (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.
This page took 0.021075 seconds and 4 git commands to generate.