The it821x is at an other location in older kernels.
SVN-Revision: 15787
This commit is contained in:
parent
11629e8492
commit
20182554ad
1 changed files with 4 additions and 0 deletions
|
@ -260,7 +260,11 @@ define KernelPackage/ide-it821x
|
|||
TITLE:=ITE IT821x IDE driver
|
||||
DEPENDS:=+kmod-ide-core
|
||||
KCONFIG:=CONFIG_BLK_DEV_IT821X
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.28)),1)
|
||||
FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX)
|
||||
else
|
||||
FILES=$(LINUX_DIR)/drivers/ide/pci/it821x.$(LINUX_KMOD_SUFFIX)
|
||||
endif
|
||||
AUTOLOAD:=$(call AutoLoad,30,it821x)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue