[syslinux:master] lua: Adding PCI init

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Sun Feb 20 16:42:25 PST 2011


Commit-ID:  c030de4a10babd0b7f297ed952678676838927d4
Gitweb:     http://syslinux.zytor.com/commit/c030de4a10babd0b7f297ed952678676838927d4
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Mon, 7 Feb 2011 22:33:34 +0100
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Mon, 7 Feb 2011 22:33:34 +0100

lua: Adding PCI init

This removable was introduced by commit
bfcd7b7305c5465eb33acca86109ca96cb37403a


---
 com32/lua/src/linit.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/com32/lua/src/linit.c b/com32/lua/src/linit.c
index 74ca164..1b7527d 100644
--- a/com32/lua/src/linit.c
+++ b/com32/lua/src/linit.c
@@ -29,6 +29,7 @@ static const luaL_Reg lualibs[] = {
   {LUA_DBLIBNAME, luaopen_debug},
 #ifdef SYSLINUX
   {LUA_DMILIBNAME, luaopen_dmi},
+  {LUA_PCILIBNAME, luaopen_pci},
   {LUA_SYSLINUXLIBNAME, luaopen_syslinux},
   {LUA_VESALIBNAME, luaopen_vesa},
 #endif



More information about the Syslinux-commits mailing list