Promote lspci.
authorRob Landley <rob@landley.net>
Tue, 12 Aug 2014 01:15:19 +0000 (20:15 -0500)
committerRob Landley <rob@landley.net>
Tue, 12 Aug 2014 01:15:19 +0000 (20:15 -0500)
toys/other/lspci.c [moved from toys/pending/lspci.c with 99% similarity]

similarity index 99%
rename from toys/pending/lspci.c
rename to toys/other/lspci.c
index 7361ca1..40e0c0a 100644 (file)
@@ -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 ]