diff options
-rw-r--r-- | toys/other/lspci.c (renamed from toys/pending/lspci.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/pending/lspci.c b/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 ] |