Skip to content
Snippets Groups Projects
Commit 6322a8be authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindeville

SVN-Revision: 24950
parent 6528a581
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment