projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and humidity...
[openwrt.git]
/
package
/
kernel
/
modules
/
pcmcia.mk
diff --git
a/package/kernel/modules/pcmcia.mk
b/package/kernel/modules/pcmcia.mk
index
e4df2aa
..
48112b0
100644
(file)
--- a/
package/kernel/modules/pcmcia.mk
+++ b/
package/kernel/modules/pcmcia.mk
@@
-38,7
+38,7
@@
ifneq ($(wildcard $(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko),)
FILES:=$(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko
AUTOLOAD:=$(call AutoLoad,26,pcmcia_rsrc)
else
FILES:=$(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko
AUTOLOAD:=$(call AutoLoad,26,pcmcia_rsrc)
else
- FILES:=$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.ko
\
+ FILES:=$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.ko
AUTOLOAD:=$(call AutoLoad,26,rsrc_nonstatic)
endif
endef
AUTOLOAD:=$(call AutoLoad,26,rsrc_nonstatic)
endif
endef
This page took
0.019662 seconds
and
4
git commands to generate.