projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f1035
)
[it821x] The it821x is at an other location in older kernels.
author
Hauke Mehrtens
<hauke@openwrt.org>
Mon, 11 May 2009 20:58:08 +0000
(20:58 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Mon, 11 May 2009 20:58:08 +0000
(20:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15787
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/block.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/block.mk
b/package/kernel/modules/block.mk
index
546a811
..
3a7c7fa
100644
(file)
--- 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