Browse Source

linux26: disabled CONFIG_SUNDANCE_MMIO, makes the module fail to initialize the NIC (since .20 to present)

user/chris/old/ruby
Alejandro Mery 16 years ago
parent
commit
a275bb6d8e
  1. 3
      base/linux26/arch/config-common.sh

3
base/linux26/arch/config-common.sh

@ -31,3 +31,6 @@ CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_DEBUG_.*=n CONFIG_DEBUG_.*=n
CONFIG_.*_DEBUG=n CONFIG_.*_DEBUG=n
EOT EOT
# broken since 2.6.20 and still as of 2.6.27
echo "CONFIG_SUNDANCE_MMIO=n"

Loading…
Cancel
Save