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: https://git.librecmc.org/?a=commitdiff_plain;h=9fb5099a412f2aca1db59962d5de6200b0978e6f;p=librecmc%2Flibrecmc.git enable mknod by default (#490) - some drivers don't register with devfs properly SVN-Revision: 4627 --- diff --git a/openwrt/package/busybox/config/coreutils/Config.in b/openwrt/package/busybox/config/coreutils/Config.in index 6aaee5eb99..3487fc742c 100644 --- a/openwrt/package/busybox/config/coreutils/Config.in +++ b/openwrt/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.