diff options
author | Liu Aleaxander <Aleaxander@gmail.com> | 2009-08-21 11:41:43 +0800 |
---|---|---|
committer | Liu Aleaxander <Aleaxander@gmail.com> | 2009-08-21 11:41:43 +0800 |
commit | 4d5026e38d741a75b0fdfd2a04f40dc43f544b76 (patch) | |
tree | b988f7985893a19622decb2bee99411f807f1163 /com32/modules/Makefile | |
parent | 20a5fcfeb198143ca55cc21cf5ceeb6af80c2548 (diff) | |
download | syslinux-4d5026e38d741a75b0fdfd2a04f40dc43f544b76.tar.gz syslinux-4d5026e38d741a75b0fdfd2a04f40dc43f544b76.tar.xz syslinux-4d5026e38d741a75b0fdfd2a04f40dc43f544b76.zip |
Core:PXELINUX: dns_resolv problem resolved.
Now the dns_resolv program can work correctly now except sometimes you should add some
DNS servers manually by yourself if your current DNS server can not work, this mostly happen
when you use something like Qemu.
And, we added a host c32 module written by hpa, as a dns resolver test.
Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Diffstat (limited to 'com32/modules/Makefile')
-rw-r--r-- | com32/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile index e3155bd5..e0e103b7 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -21,7 +21,7 @@ include ../MCONFIG MODULES = chain.c32 config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 meminfo.c32 \ sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32 cmd.c32 \ - vpdtest.c32 + vpdtest.c32 host.c32 TESTFILES = |