Added lspci to core build and initrd
authorJohn Hodge <[email protected]>
Wed, 8 Aug 2012 03:28:58 +0000 (11:28 +0800)
committerJohn Hodge <[email protected]>
Wed, 8 Aug 2012 03:28:58 +0000 (11:28 +0800)
KernelLand/Modules/Filesystems/InitRD/files.lst
Makefile

index e147785..fe2fc4d 100644 (file)
@@ -8,6 +8,7 @@ Dir "Bin" {
        File "ls" "__BIN__/Bin/ls"
        File "cat" "__BIN__/Bin/cat"
        File "mount" "__BIN__/Bin/mount"
+       File "lspci" "__BIN__/Bin/lspci"
        File "ip" "__BIN__/Bin/ip"
        File "ping" "__BIN__/Bin/ping"
        File "telnet" "__BIN__/Bin/telnet"
index 01b0906..e16a7b2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ USRLIBS += libreadline.so libnet.so liburi.so libpsocket.so
 USRLIBS += libimage_sif.so
 
 USRAPPS := init login CLIShell cat ls mount
-USRAPPS += bomb dhcpclient
-USRAPPS += ip ping telnet irc wget telnetd
+USRAPPS += bomb lspci
+USRAPPS += ip dhcpclient ping telnet irc wget telnetd
 USRAPPS += axwin3
 
 ALL_DYNMODS = $(addprefix all-,$(DYNMODS))

UCC git Repository :: git.ucc.asn.au