From: wbx Date: Sun, 2 Oct 2005 23:14:59 +0000 (+0000) Subject: fix dependency for vfat kernel modules X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/b44fa9a5b341ea73e0a6e2e65d58c043ff70db93?ds=sidebyside fix dependency for vfat kernel modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2033 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \ ))