From: Hauke Mehrtens Date: Fri, 1 May 2009 15:13:18 +0000 (+0000) Subject: The location of eeprom_93cx6.ko has chanced. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fd2492485e1c4b69c65ae7737901044d5957bf0c;p=openwrt%2Fstaging%2Fyousong.git The location of eeprom_93cx6.ko has chanced. SVN-Revision: 15540 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 2d32b4994a..3b41e9d32d 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -71,7 +71,11 @@ define KernelPackage/eeprom-93cx6 TITLE:=EEPROM 93CX6 support DEPENDS:=@LINUX_2_6 KCONFIG:=CONFIG_EEPROM_93CX6 +ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.29)),1) + FILES:=$(LINUX_DIR)/drivers/misc/eeprom/eeprom_93cx6.$(LINUX_KMOD_SUFFIX) +else FILES:=$(LINUX_DIR)/drivers/misc/eeprom_93cx6.$(LINUX_KMOD_SUFFIX) +endif AUTOLOAD:=$(call AutoLoad,20,eeprom_93cx6) endef