mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 18:13:21 +02:00
[kernel] The location of eeprom_93cx6.ko has chanced.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15540 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
eebe3240a9
commit
8e50bb1dff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user