enable mknod by default (#490) - some drivers don't register with devfs properly
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 22 Aug 2006 12:19:18 +0000 (12:19 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 22 Aug 2006 12:19:18 +0000 (12:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4627 3c298f89-4303-0410-b956-a3cf2f4a3e73

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.