From 3587faf3bcb3d16ef838efb9e51395569ca95a8e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 2 Oct 2005 23:14:59 +0000 Subject: fix dependency for vfat kernel modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2033 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/linux-2.6/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile index b86224fa9a..0206c62ffa 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 \ )) -- cgit v1.2.3