summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-02 23:14:59 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-02 23:14:59 +0000
commitb44fa9a5b341ea73e0a6e2e65d58c043ff70db93 (patch)
tree2d29f7b47ec3687314e1acf439f8191b58de633b /target
parent93c83b7d16192652859a0fe6fc6175f3b0879c59 (diff)
fix dependency for vfat kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2033 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/linux-2.6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile
index b86224fa9..0206c62ff 100644
--- 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 \
))