From: Waldemar Brodkorb Date: Sun, 2 Oct 2005 23:14:59 +0000 (+0000) Subject: fix dependency for vfat kernel modules X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2b9e3ca45fa050f5aca74df192680b663a1486b;p=librecmc%2Flibrecmc.git fix dependency for vfat kernel modules SVN-Revision: 2033 --- diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index b86224fa9a..0206c62ffa 100644 --- a/openwrt/target/linux/linux-2.6/Makefile +++ b/openwrt/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 \ ))