diff options
author | Rob Landley <rob@landley.net> | 2014-08-11 20:15:19 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-08-11 20:15:19 -0500 |
commit | 6a77734d1b1ac1938abbc33014b60cfb49828824 (patch) | |
tree | 4bf1a992823501b1c3d08f8c0b941bcb7e6bf767 /toys | |
parent | 32a3a0806403d5bd652df1a8fefc318c7812ddca (diff) | |
download | toybox-6a77734d1b1ac1938abbc33014b60cfb49828824.tar.gz |
Promote lspci.
Diffstat (limited to 'toys')
-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 ] |