From 9bf93edd68742bbc9e814ec49c8a3a31ca8d3fff Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 30 Jun 2014 05:05:39 -0500 Subject: [PATCH] Promote makedevs to other. --- toys/{pending => other}/makedevs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/makedevs.c (99%) diff --git a/toys/pending/makedevs.c b/toys/other/makedevs.c similarity index 99% rename from toys/pending/makedevs.c rename to 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 -- 2.39.2