Jose Vasconcellos wrote:
Look like there was some reorganization and the vfat.ko is now
found under fs/fat/vfat.ko instead of fs/vfat/vfat.ko.
Signed-off-by: Jose Vasconcellos <jvasco at verizon.net
Attached is a cleaner version that hasn't been corrupted.
diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk
index a7829d5..176fed6 100644
--- a/package/kernel/modules/fs.mk
+++ b/package/kernel/modules/fs.mk
@@ -277,7 +277,7 @@ define KernelPackage/fs-vfat
CONFIG_VFAT_FS
FILES:= \
$(LINUX_DIR)/fs/fat/fat.$(LINUX_KMOD_SUFFIX) \
- $(LINUX_DIR)/fs/vfat/vfat.$(LINUX_KMOD_SUFFIX)
+ $(LINUX_DIR)/fs/$(if $(CONFIG_LINUX_2_6_28),fat,vfat)/vfat.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,fat vfat)
$(call KernelPackage/nls/Depends)
endef
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel