diff options
Diffstat (limited to 'openwrt/target/linux/generic-2.4/modules.mk')
-rw-r--r-- | openwrt/target/linux/generic-2.4/modules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/generic-2.4/modules.mk b/openwrt/target/linux/generic-2.4/modules.mk index 9efcce760a..e65ef8186d 100644 --- a/openwrt/target/linux/generic-2.4/modules.mk +++ b/openwrt/target/linux/generic-2.4/modules.mk @@ -142,6 +142,10 @@ $(eval $(call KMOD_template,FS_CIFS,fs-cifs,\ $(MODULES_DIR)/kernel/fs/cifs/cifs.o \ ,CONFIG_CIFS,,30,cifs)) +$(eval $(call KMOD_template,FS_MINIX,fs-minix,\ + $(MODULES_DIR)/kernel/fs/minix/*.o \ +,CONFIG_MINIX_FS,,30,minix)) + $(eval $(call KMOD_template,FS_EXT2,fs-ext2,\ $(MODULES_DIR)/kernel/fs/ext2/*.o \ ,CONFIG_EXT2_FS,,30,ext2)) |