enable mknod by default (#490) - some drivers don't register with devfs properly
authorFelix Fietkau <nbd@openwrt.org>
Tue, 22 Aug 2006 12:19:18 +0000 (12:19 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 22 Aug 2006 12:19:18 +0000 (12:19 +0000)
SVN-Revision: 4627

openwrt/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.