projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a2869
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4627
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/busybox/config/coreutils/Config.in
patch
|
blob
|
history
diff --git
a/package/busybox/config/coreutils/Config.in
b/package/busybox/config/coreutils/Config.in
index
6aaee5e
..
3487fc7
100644
(file)
--- 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.