mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 06:25:55 +02:00
enable mknod by default (#490) - some drivers don't register with devfs properly
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4627 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a52f52f7d0
commit
f4d13c002a
@ -419,7 +419,7 @@ config BUSYBOX_CONFIG_MKFIFO
|
|||||||
|
|
||||||
config BUSYBOX_CONFIG_MKNOD
|
config BUSYBOX_CONFIG_MKNOD
|
||||||
bool "mknod"
|
bool "mknod"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
mknod is used to create FIFOs or block/character special
|
mknod is used to create FIFOs or block/character special
|
||||||
files with the specified names.
|
files with the specified names.
|
||||||
|
Loading…
Reference in New Issue
Block a user