enable mknod by default (#490) - some drivers don't register with devfs properly
[openwrt-10.03/.git] / package / busybox / config / coreutils / Config.in
index 6aaee5eb997704cb2746d8f8010f1a63df61a1ab..3487fc742ce69144b3bf73ac06c1d9759113ae09 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.