projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add zd1211rw kernel module
[openwrt.git]
/
package
/
kernel
/
modules
/
fs.mk
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index
eae83ef
..
7c6e93f
100644
(file)
--- a/
package/kernel/modules/fs.mk
+++ b/
package/kernel/modules/fs.mk
@@
-94,7
+94,7
@@
define KernelPackage/fs-msdos
DEPENDS:=+kmod-nls-base
KCONFIG:=$(CONFIG_MSDOS_FS)
SUBMENU:=$(FSMENU)
- AUTOLOAD:=$(call AutoLoad,
30,fat vfat
)
+ AUTOLOAD:=$(call AutoLoad,
40,msdos
)
FILES:= \
$(MODULES_DIR)/kernel/fs/msdos/msdos.$(LINUX_KMOD_SUFFIX)
endef
This page took
0.021807 seconds
and
4
git commands to generate.