summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-08-22 12:19:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-08-22 12:19:18 +0000
commit9fb5099a412f2aca1db59962d5de6200b0978e6f (patch)
tree7eb5191c1f1dd4a032f3f7a8893e77f73d77774e /openwrt
parented2ab12d4315b793e7014f4897ba564ca669d761 (diff)
downloadmtk-20170518-9fb5099a412f2aca1db59962d5de6200b0978e6f.zip
mtk-20170518-9fb5099a412f2aca1db59962d5de6200b0978e6f.tar.gz
mtk-20170518-9fb5099a412f2aca1db59962d5de6200b0978e6f.tar.bz2
enable mknod by default (#490) - some drivers don't register with devfs properly
SVN-Revision: 4627
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/busybox/config/coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/coreutils/Config.in b/openwrt/package/busybox/config/coreutils/Config.in
index 6aaee5e..3487fc7 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.