1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 12:18:33 +03: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:
nbd 2006-08-22 12:19:18 +00:00
parent a52f52f7d0
commit f4d13c002a

View File

@ -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.