kernel: fix syntax error introduced with r15524
SVN-Revision: 15529
This commit is contained in:
parent
1c41493d74
commit
2a48c43b7f
1 changed files with 2 additions and 2 deletions
|
@ -191,8 +191,8 @@ define KernelPackage/ide-core/2.4
|
|||
AUTOLOAD+=$(call AutoLoad,30,ide-detect)
|
||||
endef
|
||||
|
||||
ifeq ($(and $(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.26)),1),
|
||||
$(strip $(cal CompareKernelPatchVer,$(KERNEL_PATCHVER),lt,2.6.28)))
|
||||
ifeq ($(and $(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.26)),1), \
|
||||
$(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),lt,2.6.28)))
|
||||
define KernelPackage/ide-core/2.6
|
||||
FILES+=$(LINUX_DIR)/drivers/ide/ide-pci-generic.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD+=$(call AutoLoad,30,ide-pci-generic)
|
||||
|
|
Loading…
Reference in a new issue