projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compile error (pointed out by nonsequitor)
[openwrt.git]
/
package
/
busybox
/
config
/
coreutils
/
Config.in
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.
This page took
0.020193 seconds
and
4
git commands to generate.