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 9d97e3c58d4ebcdd0963f2f9e768f05f2091cf37..f70a0f9284b37148f831a30271351b42d4f0f665 100644 (file)
@@ -318,7 +318,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.