From 6a77734d1b1ac1938abbc33014b60cfb49828824 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 11 Aug 2014 20:15:19 -0500 Subject: [PATCH] Promote lspci. --- toys/{pending => other}/lspci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename toys/{pending => other}/lspci.c (99%) diff --git a/toys/pending/lspci.c b/toys/other/lspci.c similarity index 99% rename from toys/pending/lspci.c rename to toys/other/lspci.c index 7361ca14..40e0c0a0 100644 --- a/toys/pending/lspci.c +++ b/toys/other/lspci.c @@ -5,7 +5,7 @@ USE_LSPCI(NEWTOY(lspci, "emkn"USE_LSPCI_TEXT("@i:"), TOYFLAG_USR|TOYFLAG_BIN)) config LSPCI bool "lspci" - default n + default y help usage: lspci [-ekm] @@ -18,7 +18,7 @@ config LSPCI config LSPCI_TEXT bool "lspci readable output" depends on LSPCI - default n + default y help usage: lspci [-n] [-i FILE ] -- 2.39.2