fix lxdialog cc/ldflags check script for darwin/osx
[openwrt.git] / package / switch / src / switch-adm.c
index 921ad50..083b6eb 100644 (file)
@@ -49,7 +49,7 @@ static int force = 0;
 
 MODULE_AUTHOR("Felix Fietkau <openwrt@nbd.name>");
 MODULE_LICENSE("GPL");
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,17)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,52)
 module_param(eecs, int, 0);
 module_param(eesk, int, 0);
 module_param(eedi, int, 0);
This page took 0.021402 seconds and 4 git commands to generate.