diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/makedevs.c (renamed from toys/pending/makedevs.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/makedevs.c b/toys/other/makedevs.c index 4480f8c7..f6e7ece9 100644 --- a/toys/pending/makedevs.c +++ b/toys/other/makedevs.c @@ -9,7 +9,7 @@ USE_MAKEDEVS(NEWTOY(makedevs, "<1>1d:", TOYFLAG_USR|TOYFLAG_BIN)) config MAKEDEVS bool "makedevs" - default n + default y help usage: makedevs [-d device_table] rootdir |