diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-20 09:52:36 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-20 09:52:36 +0000 | 
| commit | ad9f02edacaee54df8443e68d6fc60869679793d (patch) | |
| tree | 2e2355d3c23529a3ce703892ded8e5e5493eff3a | |
| parent | 415d655a74658077c0efbbc0dc2e91cae3b9cadf (diff) | |
| download | buildroot-novena-ad9f02edacaee54df8443e68d6fc60869679793d.tar.gz buildroot-novena-ad9f02edacaee54df8443e68d6fc60869679793d.zip | |
- disable compile-broken EDAC_I82875P driver
| -rw-r--r-- | target/device/x86/i386/linux26.config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/device/x86/i386/linux26.config b/target/device/x86/i386/linux26.config index e9253070a..05b626e46 100644 --- a/target/device/x86/i386/linux26.config +++ b/target/device/x86/i386/linux26.config @@ -1563,7 +1563,7 @@ CONFIG_EDAC=m  CONFIG_EDAC_MM_EDAC=m  CONFIG_EDAC_AMD76X=m  CONFIG_EDAC_E7XXX=m -CONFIG_EDAC_I82875P=m +# CONFIG_EDAC_I82875P is not set  CONFIG_EDAC_I82860=m  CONFIG_EDAC_R82600=m  CONFIG_EDAC_POLL=y | 
