[Buildroot] [PATCH 11/12] boot/syslinux: add option to install c32 modules

Peter Korsgaard jacmet at uclibc.org
Sat May 3 20:05:00 UTC 2014


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:

 > From: "Yann E. MORIN" <yann.morin.1998 at free.fr>
 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
 > Cc: Romain Naour <romain.naour at openwide.fr>
 > ---
 >  boot/syslinux/Config.in   | 10 ++++++++++
 >  boot/syslinux/syslinux.mk |  9 +++++++++
 >  2 files changed, 19 insertions(+)

 > diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in
 > index 28c5329..f4b9870 100644
 > --- a/boot/syslinux/Config.in
 > +++ b/boot/syslinux/Config.in
 > @@ -46,4 +46,14 @@ config BR2_TARGET_SYSLINUX_EFI
 
 >  endchoice
 
 > +if BR2_TARGET_SYSLINUX_LEGACY_BIOS
 > +
 > +config BR2_TARGET_SYSLINUX_C32
 > +	string "modules to install"
 > +	help
 > +	  Enter a space-separated list of .c32 modules to install.
 > +	  Leave empty to install no module.

Out of interest, what are those c32 modules? Some kind of loadable
libraries?

 > +# We install the c32 modules from the host-installed tree, they are all
 > +# neatly installed in the same location, while they are scaterred around

s/scaterred/scattered/

Reworded slightly and committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list