the difference of kernel config option among different kernel version?
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
the difference of kernel config option among different kernel version?
Dear All,
Does everyone know how to get the difference of kernel config option among different kernel version?
Actually, I'm building a package in the Linux platform. According to the package's README, the following kernel options must be enabled (Y) and then rebuild the kernel before loading the package.
It really should be the responsibility of the people who provide the packages to properly list options as they appear in .config.
If I were you, I'd just spend some time with menuconfig and try to decide what the intention was. Also, if you name the package you might get lucky and find someone nice who's done it already.
It really should be the responsibility of the people who provide the packages to properly list options as they appear in .config.
If I were you, I'd just spend some time with menuconfig and try to decide what the intention was. Also, if you name the package you might get lucky and find someone nice who's done it already.
Thanks very much for your comment. Now, I'm studying the option of kernel configuration.
On the other hand, I searched the www.kernel.org to check the changelog and some documents. I cannot find such information about the changes among each kernel release in detail. Because I'm a new member for Linux world, I am afraid that I go with wrong direction or lost something. So, I ask a question here. Thanks!
Thank you very much for your help and suggestions.
In order to indentify this problem, I download the kernel from the version 2.2.x, 2.4.x, to 2.6.x. Using the methods you mentioned to check when the above options are removed and then compare their codes. So, now, it is helpful for me to undetstand the kernel changes. Although this is not a good idea, it works. Thanks!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.