mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindeville
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24950 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -169,7 +169,7 @@ define KernelPackage/gpio-cs5535
|
|||||||
DEPENDS:=@TARGET_x86
|
DEPENDS:=@TARGET_x86
|
||||||
KCONFIG:=CONFIG_CS5535_GPIO \
|
KCONFIG:=CONFIG_CS5535_GPIO \
|
||||||
CONFIG_GPIO_CS5535
|
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
|
FILES:=$(LINUX_DIR)/drivers/char/cs5535_gpio.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,50,cs5535_gpio)
|
AUTOLOAD:=$(call AutoLoad,50,cs5535_gpio)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user