diff options
author | Rob Landley <rob@landley.net> | 2014-06-30 05:05:39 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-06-30 05:05:39 -0500 |
commit | 9bf93edd68742bbc9e814ec49c8a3a31ca8d3fff (patch) | |
tree | 7792cb286c285c604004a826fa26610588786b2c | |
parent | 936ab6d68b747ed7a315ef9c27bb9b90088686f3 (diff) | |
download | toybox-9bf93edd68742bbc9e814ec49c8a3a31ca8d3fff.tar.gz |
Promote makedevs to other.
-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 |