summaryrefslogtreecommitdiffstats
path: root/package/linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/linux/Makefile')
-rw-r--r--package/linux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/linux/Makefile b/package/linux/Makefile
index 5c74d39eb..73f82148f 100644
--- a/package/linux/Makefile
+++ b/package/linux/Makefile
@@ -53,9 +53,9 @@ $(eval $(call KMOD_template,IPT6,ip6tables,\
$(eval $(call KMOD_template,IPV6,ipv6,\
$(MODULES_DIR)/kernel/net/ipv6/ipv6.o \
,CONFIG_IPV6))
-$(eval $(call KMOD_template,SMBFS,smbfs,\
- $(MODULES_DIR)/kernel/fs/smbfs/smbfs.o \
-,CONFIG_SMB_FS))
+$(eval $(call KMOD_template,CIFS,cifs,\
+ $(MODULES_DIR)/kernel/fs/cifs/cifs.o \
+,CONFIG_CIFS))
$(eval $(call KMOD_template,NFS,nfs,\
$(MODULES_DIR)/kernel/fs/lockd/*.o \
$(MODULES_DIR)/kernel/fs/nfs/*.o \