1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add kmod-fs-minix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3024 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2006-01-20 04:01:20 +00:00
parent dd024428b4
commit f3ba2649b6
9 changed files with 18 additions and 6 deletions

View File

@@ -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))