Don't just change for LINUX_2_6_32 ... tested and verified.


Index: package/kernel/modules/other.mk
===================================================================
--- package/kernel/modules/other.mk     (revision 24895)
+++ package/kernel/modules/other.mk     (working copy)
@@ -169,7 +169,7 @@
   DEPENDS:=...@target_x86
   KCONFIG:=CONFIG_CS5535_GPIO \
           CONFIG_GPIO_CS5535
-ifeq ($(CONFIG_LINUX_2_6_32),y)
+ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.32)),1)
   FILES:=$(LINUX_DIR)/drivers/char/cs5535_gpio.ko
   AUTOLOAD:=$(call AutoLoad,50,cs5535_gpio)
 else
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to