Bug 55097
| Summary: | bad: xconfig fails, good: config & menuconfig works | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Mika Länsirinne <mika.lansirinne> |
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
| Status: | CLOSED ERRATA | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | bammi, moneta.mace |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-11-03 17:45:32 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
Mika Länsirinne
2001-10-25 15:11:21 UTC
The additional "P" in the line 278 belongs to the end of line 277, the last letter in the word "$CONFIG_PPP". <=> there is just additional line break inside "$CONFIG_PPP". The additional "P" in the line 278 belongs to the end of line 277, the last letter in the word "$CONFIG_PPP". <=> there is just additional line break inside "$CONFIG_PPP". Similarly there is another bug that trips up make xconfig (but not config/menuconfig) in drivers/addon/Config.in, line 7 is missing an " m" at the end of the line (the default value for CONFIG_NET_BROADCOM). ++jrb bammi Duplicate of bug #55025. The PPP one is fixed in my base tree. The Broadcom one is RH specific fixed in the yesterday released kernel erratum (2.4.9-12 for 7.1 and 2.4.9-13 for 7.2) |