aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-05-11 20:58:08 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-05-11 20:58:08 +0000
commit3db9527d39b1168d18b18d60f3c3f895c751814a (patch)
tree5c2978e0f26d83ba54032954752f95db3e06cc55
parent76f1035199aa4e069557144f87ae66d65a328b7d (diff)
downloadupstream-3db9527d39b1168d18b18d60f3c3f895c751814a.tar.gz
upstream-3db9527d39b1168d18b18d60f3c3f895c751814a.tar.bz2
upstream-3db9527d39b1168d18b18d60f3c3f895c751814a.zip
[it821x] The it821x is at an other location in older kernels.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15787 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/kernel/modules/block.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index 546a81136a..3a7c7fad3f 100644
--- a/package/kernel/modules/block.mk
+++ b/package/kernel/modules/block.mk
@@ -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