Dears,

If I select ppp filter option with module support, the relevant code in ppp_generic.c isn't compiled. Without module support ppp filter code _is_ compiled.

It seems that CONFIG_PPP_FILTER is handled in a toggle form with CONFIG_PPP_FILTER_MODULE but it have to be handled as a single option like CONFIG_PPP_MULTILINK.

In include/linux/autoconf.h

Config with module support:
#define CONFIG_PPP_MODULE 1
#define CONFIG_PPP_MULTILINK 1
#undef  CONFIG_PPP_FILTER               <---
#define CONFIG_PPP_FILTER_MODULE 1

Config without module support:
#define CONFIG_PPP 1
#define CONFIG_PPP_MULTILINK 1
#define CONFIG_PPP_FILTER 1             <---

Tested this problem in versions 2.4.30 and 2.4.29 but not in 2.4.19

Hope this help.
Best regards.


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to