From: Felix Fietkau 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://207.154.207.93/?a=commitdiff_plain;h=4aede5b35cf67c149659ce0a76e1fd1bfdc349ae;p=15.05%2Fopenwrt.git 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 6aaee5eb99..3487fc742c 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.