[package] ppp: don't die on malformed PADS frames that might appear on instable DSL...
[openwrt.git] / package / kernel / modules / other.mk
index 553466d..5398e5e 100644 (file)
@@ -169,7 +169,7 @@ define KernelPackage/gpio-cs5535
   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
@@ -335,7 +335,9 @@ define KernelPackage/input-gpio-keys
   SUBMENU:=$(OTHER_MENU)
   TITLE:=GPIO key support
   DEPENDS:= @GPIO_SUPPORT
-  KCONFIG:=CONFIG_KEYBOARD_GPIO
+  KCONFIG:= \
+       CONFIG_KEYBOARD_GPIO \
+       CONFIG_INPUT_KEYBOARD=y
   FILES:=$(LINUX_DIR)/drivers/input/keyboard/gpio_keys.ko
   AUTOLOAD:=$(call AutoLoad,60,gpio_keys)
   $(call AddDepends/input)
This page took 0.021772 seconds and 4 git commands to generate.