Bug 38460
Summary: | RFE: rhconfig.h should check value of defined symbols | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Jeremy Katz <katzj> |
Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | warlord |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-06-06 12:03:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jeremy Katz
2001-04-30 20:28:12 UTC
Could you check Doug's driverdisk kit ? http://people.redhat.com/dledford He seems to have a solution for this. I checked out the referenced package. What is done there is basically building a completely new kernel source platform and linking their driver sources into it. A better way of explaining the module drivers package is that it is a subset of a complete kernel tree. It does not attempt to compile against an existing kernel source (header) tree. Rather, it extracts the kernel source tree and prunes all but the drivers sources and then builds with the standard kernel configs. They workaround this particular bug by ignoring it and not trying to build against kernel-source header files. -derek Current kernel setups seem to let you do that just fine. |