From: nbd Date: Tue, 22 Aug 2006 12:19:18 +0000 (+0000) Subject: enable mknod by default (#490) - some drivers don't register with devfs properly X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/f4d13c002a9a1343f8a3001c74de3a5ae9019e5c enable mknod by default (#490) - some drivers don't register with devfs properly git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4627 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 6aaee5eb9..3487fc742 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -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.