When compiling against kernel <= 2.6.27 alx has build errors so use atl1c there instead. The logic was wrong before. --- config.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.mk b/config.mk index 584189b..e8ee333 100644 --- a/config.mk +++ b/config.mk @@ -400,13 +400,13 @@ export CONFIG_MWL8K=m export CONFIG_ATL1=m export CONFIG_ATL2=m export CONFIG_ATL1E=m -ifdef CONFIG_COMPAT_KERNEL_2_6_27 -export CONFIG_ATL1C=n -export CONFIG_ALX=m -else #CONFIG_COMPAT_KERNEL_2_6_27 +ifdef CONFIG_COMPAT_KERNEL_2_6_28 +export CONFIG_ATL1C=m +export CONFIG_ALX=n +else #CONFIG_COMPAT_KERNEL_2_6_28 export CONFIG_ATL1C=n export CONFIG_ALX=m -endif #CONFIG_COMPAT_KERNEL_2_6_27 +endif #CONFIG_COMPAT_KERNEL_2_6_28 ifdef CONFIG_WIRELESS_EXT export CONFIG_HERMES=m -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html