From 78beadd60b81c0b3c92eca38890983a672dbfd93 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 10 Jul 2015 01:21:28 -0500 Subject: [PATCH] Promote hwclock. --- toys/{pending => other}/hwclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/hwclock.c (99%) diff --git a/toys/pending/hwclock.c b/toys/other/hwclock.c similarity index 99% rename from toys/pending/hwclock.c rename to toys/other/hwclock.c index d87266af..75e06416 100644 --- a/toys/pending/hwclock.c +++ b/toys/other/hwclock.c @@ -8,7 +8,7 @@ USE_HWCLOCK(NEWTOY(hwclock, ">0(fast)f(rtc):u(utc)l(localtime)t(systz)s(hctosys) config HWCLOCK bool "hwclock" - default n + default y help usage: hwclock [-rswtluf] -- 2.39.2