[ECOS] To diable bootp.
Jonathan Larmour
jlarmour@redhat.com
Tue Feb 5 06:10:00 GMT 2002
Park Jun-Ku wrote:
>
> I want to disable bootp.
> So, disabled options that "Do not try to use BOOTP".
>
> And it did generate
> #define CYGSEM_REDBOOT_DEFAULT_NO_BOOTP 1
>
> But, code in redboot/src/net_io.c says that
> #ifdef CYGSEM_REDBOOT_DEFAULT_NO_BOOTP
> use_bootp = CYGSEM_REDBOOT_DEFAULT_NO_BOOTP;
> #else
> use_bootp = true;
> #endif
>
> And the code says that always use bootp.
>
> So, I modified the code.
> use_bootp = !CYGSEM_REDBOOT_DEFAULT_NO_BOOTP;
>
> Did I correctly modify it ?
Yes. I'll do the same in the main sources. Thanks for the feedback!
Jifl
--
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
More information about the Ecos-discuss
mailing list