projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed2ab12
)
enable mknod by default (#490) - some drivers don't register with devfs properly
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Aug 2006 12:19:18 +0000
(12:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Aug 2006 12:19:18 +0000
(12:19 +0000)
SVN-Revision: 4627
openwrt/package/busybox/config/coreutils/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/busybox/config/coreutils/Config.in
b/openwrt/package/busybox/config/coreutils/Config.in
index 6aaee5eb997704cb2746d8f8010f1a63df61a1ab..3487fc742ce69144b3bf73ac06c1d9759113ae09 100644
(file)
--- 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.