projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bede0c5
)
fix dependency for vfat kernel modules
author
Waldemar Brodkorb
<wbx@openwrt.org>
Sun, 2 Oct 2005 23:14:59 +0000
(23:14 +0000)
committer
Waldemar Brodkorb
<wbx@openwrt.org>
Sun, 2 Oct 2005 23:14:59 +0000
(23:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2033
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/linux-2.6/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/linux-2.6/Makefile
b/target/linux/linux-2.6/Makefile
index
b86224f
..
0206c62
100644
(file)
--- a/
target/linux/linux-2.6/Makefile
+++ b/
target/linux/linux-2.6/Makefile
@@
-134,7
+134,8
@@
$(eval $(call KMOD_template,HFSPLUS,hfsplus,\
$(eval $(call KMOD_template,VFAT,vfat,\
$(MODULES_DIR)/kernel/fs/vfat/vfat.ko \
$(MODULES_DIR)/kernel/fs/fat/fat.ko \
-,CONFIG_VFAT_FS,,30,fat vfat))
+ $(MODULES_DIR)/kernel/fs/nls/nls_base.ko \
+,CONFIG_VFAT_FS,,30,nls_base fat vfat))
$(eval $(call KMOD_template,CRYPTO,crypto,\
$(MODULES_DIR)/kernel/crypto/*.ko \
))